#cee2af
a light, vivid green · cool · closest name: beige
RGB
206, 226, 175
HSL
84°, 47%, 79%
CMYK
9, 0, 23, 11
Luminance
0.7061
Every format
| HEX | #cee2af |
| RGB | rgb(206, 226, 175) |
| HSL | hsl(84, 47%, 79%) |
| CMYK | cmyk(9%, 0%, 23%, 11%) |
| LAB | lab(87.3 -15.4 22.8) |
| LCH | lch(87.3 27.5 124.1) |
| OKLCH | oklch(0.885 0.071 125.2) |
Copy-ready code
/* CSS */
color: #cee2af;
background-color: #cee2af;
/* Tailwind (arbitrary) */
class="text-[#cee2af] bg-[#cee2af]"
/* SCSS */
$brand: #cee2af;
/* SwiftUI */
Color(red: 0.808, green: 0.886, blue: 0.686)
/* Android */
Color.parseColor("#cee2af")Accessibility — WCAG contrast
Aa
#cee2af on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee2af on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green88.6%
Blue68.6%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow22.6%
Key (black)11.4%
Color previews
#cee2af text on a black background
contrast 15.12:1
Card sample
#cee2af text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee2af;
Background color
Panel with #cee2af background
background-color: #cee2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 226, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 226, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee2af; background: linear-gradient(135deg, #cee2af, #AFE2B2);