#ceee2f
a balanced, electric green · cool · closest name: yellow
RGB
206, 238, 47
HSL
70°, 85%, 56%
CMYK
13, 0, 80, 7
Luminance
0.7448
Every format
| HEX | #ceee2f |
| RGB | rgb(206, 238, 47) |
| HSL | hsl(70, 85%, 56%) |
| CMYK | cmyk(13%, 0%, 80%, 7%) |
| LAB | lab(89.2 -32.7 80.1) |
| LCH | lch(89.2 86.5 112.2) |
| OKLCH | oklch(0.895 0.200 119.4) |
Copy-ready code
/* CSS */
color: #ceee2f;
background-color: #ceee2f;
/* Tailwind (arbitrary) */
class="text-[#ceee2f] bg-[#ceee2f]"
/* SCSS */
$brand: #ceee2f;
/* SwiftUI */
Color(red: 0.808, green: 0.933, blue: 0.184)
/* Android */
Color.parseColor("#ceee2f")Accessibility — WCAG contrast
Aa
#ceee2f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceee2f on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.3%
Blue18.4%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow80.3%
Key (black)6.7%
Color previews
#ceee2f text on a black background
contrast 15.90:1
Card sample
#ceee2f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceee2f;
Background color
Panel with #ceee2f background
background-color: #ceee2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceee2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 238, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 238, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceee2f; background: linear-gradient(135deg, #ceee2f, #4FEE2F);