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