#ceeb6c
a light, electric green · cool · closest name: khaki
RGB
206, 235, 108
HSL
74°, 76%, 67%
CMYK
12, 0, 54, 8
Luminance
0.7362
Every format
| HEX | #ceeb6c |
| RGB | rgb(206, 235, 108) |
| HSL | hsl(74, 76%, 67%) |
| CMYK | cmyk(12%, 0%, 54%, 8%) |
| LAB | lab(88.7 -27.7 57.6) |
| LCH | lch(88.7 63.9 115.7) |
| OKLCH | oklch(0.893 0.156 120.4) |
Copy-ready code
/* CSS */
color: #ceeb6c;
background-color: #ceeb6c;
/* Tailwind (arbitrary) */
class="text-[#ceeb6c] bg-[#ceeb6c]"
/* SCSS */
$brand: #ceeb6c;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.424)
/* Android */
Color.parseColor("#ceeb6c")Accessibility — WCAG contrast
Aa
#ceeb6c on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb6c on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue42.4%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow54.0%
Key (black)7.8%
Color previews
#ceeb6c text on a black background
contrast 15.72:1
Card sample
#ceeb6c text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb6c;
Background color
Panel with #ceeb6c background
background-color: #ceeb6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb6c; background: linear-gradient(135deg, #ceeb6c, #7AEB6C);