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