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