#ceeba3
a light, vivid green · cool · closest name: khaki
RGB
206, 235, 163
HSL
84°, 64%, 78%
CMYK
12, 0, 31, 8
Luminance
0.7518
Every format
| HEX | #ceeba3 |
| RGB | rgb(206, 235, 163) |
| HSL | hsl(84, 64%, 78%) |
| CMYK | cmyk(12%, 0%, 31%, 8%) |
| LAB | lab(89.5 -21.6 31.9) |
| LCH | lch(89.5 38.5 124.0) |
| OKLCH | oklch(0.902 0.099 126.1) |
Copy-ready code
/* CSS */
color: #ceeba3;
background-color: #ceeba3;
/* Tailwind (arbitrary) */
class="text-[#ceeba3] bg-[#ceeba3]"
/* SCSS */
$brand: #ceeba3;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.639)
/* Android */
Color.parseColor("#ceeba3")Accessibility — WCAG contrast
Aa
#ceeba3 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeba3 on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue63.9%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow30.6%
Key (black)7.8%
Color previews
#ceeba3 text on a black background
contrast 16.04:1
Card sample
#ceeba3 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeba3;
Background color
Panel with #ceeba3 background
background-color: #ceeba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeba3; background: linear-gradient(135deg, #ceeba3, #A3EBA8);