#cee2ba
a light, soft green · cool · closest name: beige
RGB
206, 226, 186
HSL
90°, 41%, 81%
CMYK
9, 0, 18, 11
Luminance
0.7106
Every format
| HEX | #cee2ba |
| RGB | rgb(206, 226, 186) |
| HSL | hsl(90, 41%, 81%) |
| CMYK | cmyk(9%, 0%, 18%, 11%) |
| LAB | lab(87.5 -13.7 17.4) |
| LCH | lch(87.5 22.1 128.3) |
| OKLCH | oklch(0.887 0.058 129.2) |
Copy-ready code
/* CSS */
color: #cee2ba;
background-color: #cee2ba;
/* Tailwind (arbitrary) */
class="text-[#cee2ba] bg-[#cee2ba]"
/* SCSS */
$brand: #cee2ba;
/* SwiftUI */
Color(red: 0.808, green: 0.886, blue: 0.729)
/* Android */
Color.parseColor("#cee2ba")Accessibility — WCAG contrast
Aa
#cee2ba on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee2ba on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green88.6%
Blue72.9%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow17.7%
Key (black)11.4%
Color previews
#cee2ba text on a black background
contrast 15.21:1
Card sample
#cee2ba text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee2ba;
Background color
Panel with #cee2ba background
background-color: #cee2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 226, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 226, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee2ba; background: linear-gradient(135deg, #cee2ba, #BAE2C1);