#ceeb99
a light, vivid green · cool · closest name: khaki
RGB
206, 235, 153
HSL
81°, 67%, 76%
CMYK
12, 0, 35, 8
Luminance
0.7484
Every format
| HEX | #ceeb99 |
| RGB | rgb(206, 235, 153) |
| HSL | hsl(81, 67%, 76%) |
| CMYK | cmyk(12%, 0%, 35%, 8%) |
| LAB | lab(89.3 -22.9 36.7) |
| LCH | lch(89.3 43.3 121.9) |
| OKLCH | oklch(0.900 0.110 124.4) |
Copy-ready code
/* CSS */
color: #ceeb99;
background-color: #ceeb99;
/* Tailwind (arbitrary) */
class="text-[#ceeb99] bg-[#ceeb99]"
/* SCSS */
$brand: #ceeb99;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.600)
/* Android */
Color.parseColor("#ceeb99")Accessibility — WCAG contrast
Aa
#ceeb99 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb99 on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue60.0%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow34.9%
Key (black)7.8%
Color previews
#ceeb99 text on a black background
contrast 15.97:1
Card sample
#ceeb99 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb99;
Background color
Panel with #ceeb99 background
background-color: #ceeb99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb99; background: linear-gradient(135deg, #ceeb99, #99EB9B);