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