#cfdc28
a balanced, vivid yellow · cool · closest name: yellow
RGB
207, 220, 40
HSL
64°, 72%, 51%
CMYK
6, 0, 82, 14
Luminance
0.6460
Every format
| HEX | #cfdc28 |
| RGB | rgb(207, 220, 40) |
| HSL | hsl(64, 72%, 51%) |
| CMYK | cmyk(6%, 0%, 82%, 14%) |
| LAB | lab(84.3 -24.1 77.7) |
| LCH | lch(84.3 81.3 107.2) |
| OKLCH | oklch(0.856 0.184 114.1) |
Copy-ready code
/* CSS */
color: #cfdc28;
background-color: #cfdc28;
/* Tailwind (arbitrary) */
class="text-[#cfdc28] bg-[#cfdc28]"
/* SCSS */
$brand: #cfdc28;
/* SwiftUI */
Color(red: 0.812, green: 0.863, blue: 0.157)
/* Android */
Color.parseColor("#cfdc28")Accessibility — WCAG contrast
Aa
#cfdc28 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdc28 on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green86.3%
Blue15.7%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow81.8%
Key (black)13.7%
Color previews
#cfdc28 text on a black background
contrast 13.92:1
Card sample
#cfdc28 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdc28;
Background color
Panel with #cfdc28 background
background-color: #cfdc28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdc28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 220, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 220, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdc28; background: linear-gradient(135deg, #cfdc28, #57DC28);