#ceeb8c
a light, vivid green · cool · closest name: khaki
RGB
206, 235, 140
HSL
78°, 70%, 74%
CMYK
12, 0, 40, 8
Luminance
0.7443
Every format
| HEX | #ceeb8c |
| RGB | rgb(206, 235, 140) |
| HSL | hsl(78, 70%, 74%) |
| CMYK | cmyk(12%, 0%, 40%, 8%) |
| LAB | lab(89.1 -24.5 42.9) |
| LCH | lch(89.1 49.4 119.7) |
| OKLCH | oklch(0.898 0.125 122.8) |
Copy-ready code
/* CSS */
color: #ceeb8c;
background-color: #ceeb8c;
/* Tailwind (arbitrary) */
class="text-[#ceeb8c] bg-[#ceeb8c]"
/* SCSS */
$brand: #ceeb8c;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.549)
/* Android */
Color.parseColor("#ceeb8c")Accessibility — WCAG contrast
Aa
#ceeb8c on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb8c on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue54.9%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow40.4%
Key (black)7.8%
Color previews
#ceeb8c text on a black background
contrast 15.89:1
Card sample
#ceeb8c text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb8c;
Background color
Panel with #ceeb8c background
background-color: #ceeb8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb8c; background: linear-gradient(135deg, #ceeb8c, #8FEB8C);