#ceeb8a
a light, vivid green · cool · closest name: khaki
RGB
206, 235, 138
HSL
78°, 71%, 73%
CMYK
12, 0, 41, 8
Luminance
0.7437
Every format
| HEX | #ceeb8a |
| RGB | rgb(206, 235, 138) |
| HSL | hsl(78, 71%, 73%) |
| CMYK | cmyk(12%, 0%, 41%, 8%) |
| LAB | lab(89.1 -24.7 43.9) |
| LCH | lch(89.1 50.4 119.4) |
| OKLCH | oklch(0.897 0.127 122.6) |
Copy-ready code
/* CSS */
color: #ceeb8a;
background-color: #ceeb8a;
/* Tailwind (arbitrary) */
class="text-[#ceeb8a] bg-[#ceeb8a]"
/* SCSS */
$brand: #ceeb8a;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.541)
/* Android */
Color.parseColor("#ceeb8a")Accessibility — WCAG contrast
Aa
#ceeb8a on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb8a on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue54.1%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow41.3%
Key (black)7.8%
Color previews
#ceeb8a text on a black background
contrast 15.87:1
Card sample
#ceeb8a text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb8a;
Background color
Panel with #ceeb8a background
background-color: #ceeb8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb8a; background: linear-gradient(135deg, #ceeb8a, #8DEB8A);