#ceee3f
a balanced, electric green · cool · closest name: yellow
RGB
206, 238, 63
HSL
71°, 84%, 59%
CMYK
13, 0, 74, 7
Luminance
0.7463
Every format
| HEX | #ceee3f |
| RGB | rgb(206, 238, 63) |
| HSL | hsl(71, 84%, 59%) |
| CMYK | cmyk(13%, 0%, 74%, 7%) |
| LAB | lab(89.2 -32.1 75.6) |
| LCH | lch(89.2 82.2 113.0) |
| OKLCH | oklch(0.896 0.192 119.7) |
Copy-ready code
/* CSS */
color: #ceee3f;
background-color: #ceee3f;
/* Tailwind (arbitrary) */
class="text-[#ceee3f] bg-[#ceee3f]"
/* SCSS */
$brand: #ceee3f;
/* SwiftUI */
Color(red: 0.808, green: 0.933, blue: 0.247)
/* Android */
Color.parseColor("#ceee3f")Accessibility — WCAG contrast
Aa
#ceee3f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceee3f on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.3%
Blue24.7%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow73.5%
Key (black)6.7%
Color previews
#ceee3f text on a black background
contrast 15.93:1
Card sample
#ceee3f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceee3f;
Background color
Panel with #ceee3f background
background-color: #ceee3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceee3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 238, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 238, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceee3f; background: linear-gradient(135deg, #ceee3f, #59EE3F);