#cbedaf
a light, vivid green · cool · closest name: khaki
RGB
203, 237, 175
HSL
93°, 63%, 81%
CMYK
14, 0, 26, 7
Luminance
0.7636
Every format
| HEX | #cbedaf |
| RGB | rgb(203, 237, 175) |
| HSL | hsl(93, 63%, 81%) |
| CMYK | cmyk(14%, 0%, 26%, 7%) |
| LAB | lab(90.0 -21.9 26.5) |
| LCH | lch(90.0 34.4 129.5) |
| OKLCH | oklch(0.906 0.089 131.4) |
Copy-ready code
/* CSS */
color: #cbedaf;
background-color: #cbedaf;
/* Tailwind (arbitrary) */
class="text-[#cbedaf] bg-[#cbedaf]"
/* SCSS */
$brand: #cbedaf;
/* SwiftUI */
Color(red: 0.796, green: 0.929, blue: 0.686)
/* Android */
Color.parseColor("#cbedaf")Accessibility — WCAG contrast
Aa
#cbedaf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbedaf on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green92.9%
Blue68.6%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow26.2%
Key (black)7.1%
Color previews
#cbedaf text on a black background
contrast 16.27:1
Card sample
#cbedaf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbedaf;
Background color
Panel with #cbedaf background
background-color: #cbedaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbedaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 237, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 237, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbedaf; background: linear-gradient(135deg, #cbedaf, #AFEDBC);