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