#ceeb96
a light, vivid green · cool · closest name: khaki
RGB
206, 235, 150
HSL
81°, 68%, 76%
CMYK
12, 0, 36, 8
Luminance
0.7474
Every format
| HEX | #ceeb96 |
| RGB | rgb(206, 235, 150) |
| HSL | hsl(81, 68%, 76%) |
| CMYK | cmyk(12%, 0%, 36%, 8%) |
| LAB | lab(89.3 -23.3 38.2) |
| LCH | lch(89.3 44.7 121.3) |
| OKLCH | oklch(0.899 0.114 124.0) |
Copy-ready code
/* CSS */
color: #ceeb96;
background-color: #ceeb96;
/* Tailwind (arbitrary) */
class="text-[#ceeb96] bg-[#ceeb96]"
/* SCSS */
$brand: #ceeb96;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.588)
/* Android */
Color.parseColor("#ceeb96")Accessibility — WCAG contrast
Aa
#ceeb96 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb96 on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue58.8%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow36.2%
Key (black)7.8%
Color previews
#ceeb96 text on a black background
contrast 15.95:1
Card sample
#ceeb96 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb96;
Background color
Panel with #ceeb96 background
background-color: #ceeb96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb96; background: linear-gradient(135deg, #ceeb96, #96EB97);