#ceec3f
a balanced, electric green · cool · closest name: yellow
RGB
206, 236, 63
HSL
70°, 82%, 59%
CMYK
13, 0, 73, 8
Luminance
0.7347
Every format
| HEX | #ceec3f |
| RGB | rgb(206, 236, 63) |
| HSL | hsl(70, 82%, 59%) |
| CMYK | cmyk(13%, 0%, 73%, 8%) |
| LAB | lab(88.7 -31.1 75.1) |
| LCH | lch(88.7 81.3 112.5) |
| OKLCH | oklch(0.892 0.190 119.2) |
Copy-ready code
/* CSS */
color: #ceec3f;
background-color: #ceec3f;
/* Tailwind (arbitrary) */
class="text-[#ceec3f] bg-[#ceec3f]"
/* SCSS */
$brand: #ceec3f;
/* SwiftUI */
Color(red: 0.808, green: 0.925, blue: 0.247)
/* Android */
Color.parseColor("#ceec3f")Accessibility — WCAG contrast
Aa
#ceec3f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceec3f on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.5%
Blue24.7%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow73.3%
Key (black)7.5%
Color previews
#ceec3f text on a black background
contrast 15.69:1
Card sample
#ceec3f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceec3f;
Background color
Panel with #ceec3f background
background-color: #ceec3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceec3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 236, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 236, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceec3f; background: linear-gradient(135deg, #ceec3f, #5BEC3F);