#cfdf36
a balanced, vivid yellow · cool · closest name: yellow
RGB
207, 223, 54
HSL
66°, 73%, 54%
CMYK
7, 0, 76, 13
Luminance
0.6631
Every format
| HEX | #cfdf36 |
| RGB | rgb(207, 223, 54) |
| HSL | hsl(66, 73%, 54%) |
| CMYK | cmyk(7%, 0%, 76%, 13%) |
| LAB | lab(85.2 -25.0 74.7) |
| LCH | lch(85.2 78.7 108.5) |
| OKLCH | oklch(0.864 0.181 115.1) |
Copy-ready code
/* CSS */
color: #cfdf36;
background-color: #cfdf36;
/* Tailwind (arbitrary) */
class="text-[#cfdf36] bg-[#cfdf36]"
/* SCSS */
$brand: #cfdf36;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.212)
/* Android */
Color.parseColor("#cfdf36")Accessibility — WCAG contrast
Aa
#cfdf36 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf36 on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue21.2%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow75.8%
Key (black)12.5%
Color previews
#cfdf36 text on a black background
contrast 14.26:1
Card sample
#cfdf36 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf36;
Background color
Panel with #cfdf36 background
background-color: #cfdf36;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf36;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf36; background: linear-gradient(135deg, #cfdf36, #5EDF36);