#cbeeaf
a light, vivid green · cool · closest name: khaki
RGB
203, 238, 175
HSL
93°, 65%, 81%
CMYK
15, 0, 27, 7
Luminance
0.7694
Every format
| HEX | #cbeeaf |
| RGB | rgb(203, 238, 175) |
| HSL | hsl(93, 65%, 81%) |
| CMYK | cmyk(15%, 0%, 27%, 7%) |
| LAB | lab(90.3 -22.4 26.9) |
| LCH | lch(90.3 34.9 129.8) |
| OKLCH | oklch(0.908 0.091 131.6) |
Copy-ready code
/* CSS */
color: #cbeeaf;
background-color: #cbeeaf;
/* Tailwind (arbitrary) */
class="text-[#cbeeaf] bg-[#cbeeaf]"
/* SCSS */
$brand: #cbeeaf;
/* SwiftUI */
Color(red: 0.796, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#cbeeaf")Accessibility — WCAG contrast
Aa
#cbeeaf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbeeaf on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green93.3%
Blue68.6%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#cbeeaf text on a black background
contrast 16.39:1
Card sample
#cbeeaf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbeeaf;
Background color
Panel with #cbeeaf background
background-color: #cbeeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbeeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbeeaf; background: linear-gradient(135deg, #cbeeaf, #AFEEBD);