#ceeb9d
a light, vivid green · cool · closest name: khaki
RGB
206, 235, 157
HSL
82°, 66%, 77%
CMYK
12, 0, 33, 8
Luminance
0.7497
Every format
| HEX | #ceeb9d |
| RGB | rgb(206, 235, 157) |
| HSL | hsl(82, 66%, 77%) |
| CMYK | cmyk(12%, 0%, 33%, 8%) |
| LAB | lab(89.4 -22.4 34.8) |
| LCH | lch(89.4 41.4 122.7) |
| OKLCH | oklch(0.901 0.106 125.0) |
Copy-ready code
/* CSS */
color: #ceeb9d;
background-color: #ceeb9d;
/* Tailwind (arbitrary) */
class="text-[#ceeb9d] bg-[#ceeb9d]"
/* SCSS */
$brand: #ceeb9d;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.616)
/* Android */
Color.parseColor("#ceeb9d")Accessibility — WCAG contrast
Aa
#ceeb9d on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb9d on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue61.6%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow33.2%
Key (black)7.8%
Color previews
#ceeb9d text on a black background
contrast 15.99:1
Card sample
#ceeb9d text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb9d;
Background color
Panel with #ceeb9d background
background-color: #ceeb9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb9d; background: linear-gradient(135deg, #ceeb9d, #9DEBA0);