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