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