#ceeb88
a light, vivid green · cool · closest name: khaki
RGB
206, 235, 136
HSL
78°, 71%, 73%
CMYK
12, 0, 42, 8
Luminance
0.7432
Every format
| HEX | #ceeb88 |
| RGB | rgb(206, 235, 136) |
| HSL | hsl(78, 71%, 73%) |
| CMYK | cmyk(12%, 0%, 42%, 8%) |
| LAB | lab(89.1 -24.9 44.8) |
| LCH | lch(89.1 51.3 119.1) |
| OKLCH | oklch(0.897 0.129 122.4) |
Copy-ready code
/* CSS */
color: #ceeb88;
background-color: #ceeb88;
/* Tailwind (arbitrary) */
class="text-[#ceeb88] bg-[#ceeb88]"
/* SCSS */
$brand: #ceeb88;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.533)
/* Android */
Color.parseColor("#ceeb88")Accessibility — WCAG contrast
Aa
#ceeb88 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb88 on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue53.3%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow42.1%
Key (black)7.8%
Color previews
#ceeb88 text on a black background
contrast 15.86:1
Card sample
#ceeb88 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb88;
Background color
Panel with #ceeb88 background
background-color: #ceeb88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb88; background: linear-gradient(135deg, #ceeb88, #8CEB88);