#cfeb39
a balanced, electric yellow · cool · closest name: yellow
RGB
207, 235, 57
HSL
69°, 82%, 57%
CMYK
12, 0, 76, 8
Luminance
0.7298
Every format
| HEX | #cfeb39 |
| RGB | rgb(207, 235, 57) |
| HSL | hsl(69, 82%, 57%) |
| CMYK | cmyk(12%, 0%, 76%, 8%) |
| LAB | lab(88.4 -30.5 76.8) |
| LCH | lch(88.4 82.6 111.7) |
| OKLCH | oklch(0.890 0.192 118.5) |
Copy-ready code
/* CSS */
color: #cfeb39;
background-color: #cfeb39;
/* Tailwind (arbitrary) */
class="text-[#cfeb39] bg-[#cfeb39]"
/* SCSS */
$brand: #cfeb39;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.224)
/* Android */
Color.parseColor("#cfeb39")Accessibility — WCAG contrast
Aa
#cfeb39 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeb39 on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue22.4%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow75.7%
Key (black)7.8%
Color previews
#cfeb39 text on a black background
contrast 15.60:1
Card sample
#cfeb39 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeb39;
Background color
Panel with #cfeb39 background
background-color: #cfeb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeb39; background: linear-gradient(135deg, #cfeb39, #59EB39);