#cee1ba
a light, soft green · cool · closest name: beige
RGB
206, 225, 186
HSL
89°, 39%, 81%
CMYK
8, 0, 17, 12
Luminance
0.7052
Every format
| HEX | #cee1ba |
| RGB | rgb(206, 225, 186) |
| HSL | hsl(89, 39%, 81%) |
| CMYK | cmyk(8%, 0%, 17%, 12%) |
| LAB | lab(87.3 -13.2 17.0) |
| LCH | lch(87.3 21.5 127.8) |
| OKLCH | oklch(0.885 0.056 128.7) |
Copy-ready code
/* CSS */
color: #cee1ba;
background-color: #cee1ba;
/* Tailwind (arbitrary) */
class="text-[#cee1ba] bg-[#cee1ba]"
/* SCSS */
$brand: #cee1ba;
/* SwiftUI */
Color(red: 0.808, green: 0.882, blue: 0.729)
/* Android */
Color.parseColor("#cee1ba")Accessibility — WCAG contrast
Aa
#cee1ba on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee1ba on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green88.2%
Blue72.9%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow17.3%
Key (black)11.8%
Color previews
#cee1ba text on a black background
contrast 15.10:1
Card sample
#cee1ba text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee1ba;
Background color
Panel with #cee1ba background
background-color: #cee1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 225, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 225, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee1ba; background: linear-gradient(135deg, #cee1ba, #BAE1C0);