#CCF00F
A medium, vivid yellow closely aligning with Yellow.
About #CCF00F
At its core, #CCF00F is a medium and vivid hue. Designers often compare it to the standard color Yellow. This translates to an RGB value of rgb(204, 240, 15).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 15% C, 0% M, 94% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCF00F
RGB204, 240, 15
HSL69.6°, 88.2%, 50.0%
CMYK15%, 0%, 94%, 6%
HSV69.6°, 93.8%, 94.1%
LAB89.5, -35.1, 86.0
XYZ56.1, 75.2, 12.0
Decimal13430799
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.04:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF00F;
}
.text-color {
color: #CCF00F;
}
.border-color {
border: 2px solid #CCF00F;
}