#cee3bf
a light, soft green · cool · closest name: beige
RGB
206, 227, 191
HSL
95°, 39%, 82%
CMYK
9, 0, 16, 11
Luminance
0.7182
Every format
| HEX | #cee3bf |
| RGB | rgb(206, 227, 191) |
| HSL | hsl(95, 39%, 82%) |
| CMYK | cmyk(9%, 0%, 16%, 11%) |
| LAB | lab(87.9 -13.4 15.3) |
| LCH | lch(87.9 20.3 131.2) |
| OKLCH | oklch(0.891 0.053 132.2) |
Copy-ready code
/* CSS */
color: #cee3bf;
background-color: #cee3bf;
/* Tailwind (arbitrary) */
class="text-[#cee3bf] bg-[#cee3bf]"
/* SCSS */
$brand: #cee3bf;
/* SwiftUI */
Color(red: 0.808, green: 0.890, blue: 0.749)
/* Android */
Color.parseColor("#cee3bf")Accessibility — WCAG contrast
Aa
#cee3bf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee3bf on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green89.0%
Blue74.9%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow15.9%
Key (black)11.0%
Color previews
#cee3bf text on a black background
contrast 15.36:1
Card sample
#cee3bf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee3bf;
Background color
Panel with #cee3bf background
background-color: #cee3bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee3bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 227, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 227, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee3bf; background: linear-gradient(135deg, #cee3bf, #BFE3C8);