Inspect a supported colour value as RGB, HSL, HSV, CMYK approximation, brightness, and luminance.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The literal is parsed to sRGB and converted to several display representations. Dark classification uses the implementation’s brightness threshold of 128, while CMYK is an arithmetic approximation rather than an ICC conversion.
#FF6B6B
Hex: #FF6B6B RGB: rgb(255, 107, 107) HSL: hsl(0, 100%, 71%) HSV: hsv(0, 58%, 100%) CMYK: cmyk(0%, 58%, 58%, 0%) Brightness: 151 (light) Luminance: 0.3284
Design tools inspect CSS tokens, contrast reviews check luminance, and print mock-ups compare rough CMYK channels.