#ceeb66
a light, electric green · cool · closest name: khaki
RGB
206, 235, 102
HSL
73°, 77%, 66%
CMYK
12, 0, 57, 8
Luminance
0.7350
Every format
| HEX | #ceeb66 |
| RGB | rgb(206, 235, 102) |
| HSL | hsl(73, 77%, 66%) |
| CMYK | cmyk(12%, 0%, 57%, 8%) |
| LAB | lab(88.7 -28.2 60.1) |
| LCH | lch(88.7 66.4 115.1) |
| OKLCH | oklch(0.893 0.162 120.1) |
Copy-ready code
/* CSS */
color: #ceeb66;
background-color: #ceeb66;
/* Tailwind (arbitrary) */
class="text-[#ceeb66] bg-[#ceeb66]"
/* SCSS */
$brand: #ceeb66;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.400)
/* Android */
Color.parseColor("#ceeb66")Accessibility — WCAG contrast
Aa
#ceeb66 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb66 on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue40.0%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow56.6%
Key (black)7.8%
Color previews
#ceeb66 text on a black background
contrast 15.70:1
Card sample
#ceeb66 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb66;
Background color
Panel with #ceeb66 background
background-color: #ceeb66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb66; background: linear-gradient(135deg, #ceeb66, #75EB66);