#ceebaa
a light, vivid green · cool · closest name: khaki
RGB
206, 235, 170
HSL
87°, 62%, 79%
CMYK
12, 0, 28, 8
Luminance
0.7544
Every format
| HEX | #ceebaa |
| RGB | rgb(206, 235, 170) |
| HSL | hsl(87, 62%, 79%) |
| CMYK | cmyk(12%, 0%, 28%, 8%) |
| LAB | lab(89.6 -20.6 28.5) |
| LCH | lch(89.6 35.1 125.8) |
| OKLCH | oklch(0.903 0.091 127.6) |
Copy-ready code
/* CSS */
color: #ceebaa;
background-color: #ceebaa;
/* Tailwind (arbitrary) */
class="text-[#ceebaa] bg-[#ceebaa]"
/* SCSS */
$brand: #ceebaa;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#ceebaa")Accessibility — WCAG contrast
Aa
#ceebaa on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceebaa on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue66.7%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#ceebaa text on a black background
contrast 16.09:1
Card sample
#ceebaa text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceebaa;
Background color
Panel with #ceebaa background
background-color: #ceebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceebaa; background: linear-gradient(135deg, #ceebaa, #AAEBB1);