#ceeb91
a light, vivid green · cool · closest name: khaki
RGB
206, 235, 145
HSL
79°, 69%, 75%
CMYK
12, 0, 38, 8
Luminance
0.7458
Every format
| HEX | #ceeb91 |
| RGB | rgb(206, 235, 145) |
| HSL | hsl(79, 69%, 75%) |
| CMYK | cmyk(12%, 0%, 38%, 8%) |
| LAB | lab(89.2 -23.9 40.6) |
| LCH | lch(89.2 47.1 120.5) |
| OKLCH | oklch(0.898 0.119 123.3) |
Copy-ready code
/* CSS */
color: #ceeb91;
background-color: #ceeb91;
/* Tailwind (arbitrary) */
class="text-[#ceeb91] bg-[#ceeb91]"
/* SCSS */
$brand: #ceeb91;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.569)
/* Android */
Color.parseColor("#ceeb91")Accessibility — WCAG contrast
Aa
#ceeb91 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb91 on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue56.9%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow38.3%
Key (black)7.8%
Color previews
#ceeb91 text on a black background
contrast 15.92:1
Card sample
#ceeb91 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb91;
Background color
Panel with #ceeb91 background
background-color: #ceeb91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb91; background: linear-gradient(135deg, #ceeb91, #92EB91);