#cfdf1b
a balanced, electric yellow · cool · closest name: yellow
RGB
207, 223, 27
HSL
65°, 78%, 49%
CMYK
7, 0, 88, 13
Luminance
0.6612
Every format
| HEX | #cfdf1b |
| RGB | rgb(207, 223, 27) |
| HSL | hsl(65, 78%, 49%) |
| CMYK | cmyk(7%, 0%, 88%, 13%) |
| LAB | lab(85.1 -25.8 81.0) |
| LCH | lch(85.1 85.0 107.7) |
| OKLCH | oklch(0.862 0.191 115.0) |
Copy-ready code
/* CSS */
color: #cfdf1b;
background-color: #cfdf1b;
/* Tailwind (arbitrary) */
class="text-[#cfdf1b] bg-[#cfdf1b]"
/* SCSS */
$brand: #cfdf1b;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.106)
/* Android */
Color.parseColor("#cfdf1b")Accessibility — WCAG contrast
Aa
#cfdf1b on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf1b on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue10.6%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow87.9%
Key (black)12.5%
Color previews
#cfdf1b text on a black background
contrast 14.22:1
Card sample
#cfdf1b text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf1b;
Background color
Panel with #cfdf1b background
background-color: #cfdf1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf1b; background: linear-gradient(135deg, #cfdf1b, #4CDF1B);