#ceeb7e
a light, vivid green · cool · closest name: khaki
RGB
206, 235, 126
HSL
76°, 73%, 71%
CMYK
12, 0, 46, 8
Luminance
0.7404
Every format
| HEX | #ceeb7e |
| RGB | rgb(206, 235, 126) |
| HSL | hsl(76, 73%, 71%) |
| CMYK | cmyk(12%, 0%, 46%, 8%) |
| LAB | lab(88.9 -26.0 49.5) |
| LCH | lch(88.9 55.9 117.7) |
| OKLCH | oklch(0.896 0.139 121.5) |
Copy-ready code
/* CSS */
color: #ceeb7e;
background-color: #ceeb7e;
/* Tailwind (arbitrary) */
class="text-[#ceeb7e] bg-[#ceeb7e]"
/* SCSS */
$brand: #ceeb7e;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.494)
/* Android */
Color.parseColor("#ceeb7e")Accessibility — WCAG contrast
Aa
#ceeb7e on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb7e on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue49.4%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow46.4%
Key (black)7.8%
Color previews
#ceeb7e text on a black background
contrast 15.81:1
Card sample
#ceeb7e text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb7e;
Background color
Panel with #ceeb7e background
background-color: #ceeb7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb7e; background: linear-gradient(135deg, #ceeb7e, #85EB7E);