#ceeba7
a light, vivid green · cool · closest name: khaki
RGB
206, 235, 167
HSL
86°, 63%, 79%
CMYK
12, 0, 29, 8
Luminance
0.7533
Every format
| HEX | #ceeba7 |
| RGB | rgb(206, 235, 167) |
| HSL | hsl(86, 63%, 79%) |
| CMYK | cmyk(12%, 0%, 29%, 8%) |
| LAB | lab(89.5 -21.0 29.9) |
| LCH | lch(89.5 36.6 125.0) |
| OKLCH | oklch(0.902 0.094 127.0) |
Copy-ready code
/* CSS */
color: #ceeba7;
background-color: #ceeba7;
/* Tailwind (arbitrary) */
class="text-[#ceeba7] bg-[#ceeba7]"
/* SCSS */
$brand: #ceeba7;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.655)
/* Android */
Color.parseColor("#ceeba7")Accessibility — WCAG contrast
Aa
#ceeba7 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeba7 on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue65.5%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow28.9%
Key (black)7.8%
Color previews
#ceeba7 text on a black background
contrast 16.07:1
Card sample
#ceeba7 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeba7;
Background color
Panel with #ceeba7 background
background-color: #ceeba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeba7; background: linear-gradient(135deg, #ceeba7, #A7EBAD);