#cfdf28
a balanced, vivid yellow · cool · closest name: yellow
RGB
207, 223, 40
HSL
65°, 74%, 52%
CMYK
7, 0, 82, 13
Luminance
0.6619
Every format
| HEX | #cfdf28 |
| RGB | rgb(207, 223, 40) |
| HSL | hsl(65, 74%, 52%) |
| CMYK | cmyk(7%, 0%, 82%, 13%) |
| LAB | lab(85.1 -25.5 78.4) |
| LCH | lch(85.1 82.4 108.0) |
| OKLCH | oklch(0.863 0.187 115.0) |
Copy-ready code
/* CSS */
color: #cfdf28;
background-color: #cfdf28;
/* Tailwind (arbitrary) */
class="text-[#cfdf28] bg-[#cfdf28]"
/* SCSS */
$brand: #cfdf28;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.157)
/* Android */
Color.parseColor("#cfdf28")Accessibility — WCAG contrast
Aa
#cfdf28 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf28 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue15.7%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow82.1%
Key (black)12.5%
Color previews
#cfdf28 text on a black background
contrast 14.24:1
Card sample
#cfdf28 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf28;
Background color
Panel with #cfdf28 background
background-color: #cfdf28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf28; background: linear-gradient(135deg, #cfdf28, #55DF28);