#ceeb8e
a light, vivid green · cool · closest name: khaki
RGB
206, 235, 142
HSL
79°, 70%, 74%
CMYK
12, 0, 40, 8
Luminance
0.7449
Every format
| HEX | #ceeb8e |
| RGB | rgb(206, 235, 142) |
| HSL | hsl(79, 70%, 74%) |
| CMYK | cmyk(12%, 0%, 40%, 8%) |
| LAB | lab(89.2 -24.2 42.0) |
| LCH | lch(89.2 48.5 120.0) |
| OKLCH | oklch(0.898 0.122 123.0) |
Copy-ready code
/* CSS */
color: #ceeb8e;
background-color: #ceeb8e;
/* Tailwind (arbitrary) */
class="text-[#ceeb8e] bg-[#ceeb8e]"
/* SCSS */
$brand: #ceeb8e;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.557)
/* Android */
Color.parseColor("#ceeb8e")Accessibility — WCAG contrast
Aa
#ceeb8e on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb8e on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue55.7%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow39.6%
Key (black)7.8%
Color previews
#ceeb8e text on a black background
contrast 15.90:1
Card sample
#ceeb8e text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb8e;
Background color
Panel with #ceeb8e background
background-color: #ceeb8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb8e; background: linear-gradient(135deg, #ceeb8e, #90EB8E);