#cfef2e
a balanced, electric yellow · cool · closest name: yellow
RGB
207, 239, 46
HSL
70°, 86%, 56%
CMYK
13, 0, 81, 6
Luminance
0.7520
Every format
| HEX | #cfef2e |
| RGB | rgb(207, 239, 46) |
| HSL | hsl(70, 86%, 56%) |
| CMYK | cmyk(13%, 0%, 81%, 6%) |
| LAB | lab(89.5 -32.8 80.7) |
| LCH | lch(89.5 87.1 112.1) |
| OKLCH | oklch(0.898 0.201 119.4) |
Copy-ready code
/* CSS */
color: #cfef2e;
background-color: #cfef2e;
/* Tailwind (arbitrary) */
class="text-[#cfef2e] bg-[#cfef2e]"
/* SCSS */
$brand: #cfef2e;
/* SwiftUI */
Color(red: 0.812, green: 0.937, blue: 0.180)
/* Android */
Color.parseColor("#cfef2e")Accessibility — WCAG contrast
Aa
#cfef2e on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfef2e on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.7%
Blue18.0%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow80.8%
Key (black)6.3%
Color previews
#cfef2e text on a black background
contrast 16.04:1
Card sample
#cfef2e text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfef2e;
Background color
Panel with #cfef2e background
background-color: #cfef2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfef2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 239, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 239, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfef2e; background: linear-gradient(135deg, #cfef2e, #4FEF2E);