#cfee13
a balanced, electric yellow · cool · closest name: yellow
RGB
207, 238, 19
HSL
69°, 87%, 50%
CMYK
13, 0, 92, 7
Luminance
0.7446
Every format
| HEX | #cfee13 |
| RGB | rgb(207, 238, 19) |
| HSL | hsl(69, 87%, 50%) |
| CMYK | cmyk(13%, 0%, 92%, 7%) |
| LAB | lab(89.1 -33.0 85.3) |
| LCH | lch(89.1 91.5 111.1) |
| OKLCH | oklch(0.895 0.207 118.9) |
Copy-ready code
/* CSS */
color: #cfee13;
background-color: #cfee13;
/* Tailwind (arbitrary) */
class="text-[#cfee13] bg-[#cfee13]"
/* SCSS */
$brand: #cfee13;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.075)
/* Android */
Color.parseColor("#cfee13")Accessibility — WCAG contrast
Aa
#cfee13 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfee13 on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue7.5%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow92.0%
Key (black)6.7%
Color previews
#cfee13 text on a black background
contrast 15.89:1
Card sample
#cfee13 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfee13;
Background color
Panel with #cfee13 background
background-color: #cfee13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfee13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfee13; background: linear-gradient(135deg, #cfee13, #3DEE13);