#ceeb9f
a light, vivid green · cool · closest name: khaki
RGB
206, 235, 159
HSL
83°, 66%, 77%
CMYK
12, 0, 32, 8
Luminance
0.7504
Every format
| HEX | #ceeb9f |
| RGB | rgb(206, 235, 159) |
| HSL | hsl(83, 66%, 77%) |
| CMYK | cmyk(12%, 0%, 32%, 8%) |
| LAB | lab(89.4 -22.1 33.8) |
| LCH | lch(89.4 40.4 123.1) |
| OKLCH | oklch(0.901 0.103 125.4) |
Copy-ready code
/* CSS */
color: #ceeb9f;
background-color: #ceeb9f;
/* Tailwind (arbitrary) */
class="text-[#ceeb9f] bg-[#ceeb9f]"
/* SCSS */
$brand: #ceeb9f;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.624)
/* Android */
Color.parseColor("#ceeb9f")Accessibility — WCAG contrast
Aa
#ceeb9f on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb9f on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue62.4%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow32.3%
Key (black)7.8%
Color previews
#ceeb9f text on a black background
contrast 16.01:1
Card sample
#ceeb9f text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb9f;
Background color
Panel with #ceeb9f background
background-color: #ceeb9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb9f; background: linear-gradient(135deg, #ceeb9f, #9FEBA3);