#cdfbaf
a light, electric green · cool · closest name: khaki
RGB
205, 251, 175
HSL
96°, 91%, 84%
CMYK
18, 0, 30, 2
Luminance
0.8507
Every format
| HEX | #cdfbaf |
| RGB | rgb(205, 251, 175) |
| HSL | hsl(96, 91%, 84%) |
| CMYK | cmyk(18%, 0%, 30%, 2%) |
| LAB | lab(93.9 -27.9 31.8) |
| LCH | lch(93.9 42.3 131.2) |
| OKLCH | oklch(0.938 0.110 133.5) |
Copy-ready code
/* CSS */
color: #cdfbaf;
background-color: #cdfbaf;
/* Tailwind (arbitrary) */
class="text-[#cdfbaf] bg-[#cdfbaf]"
/* SCSS */
$brand: #cdfbaf;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#cdfbaf")Accessibility — WCAG contrast
Aa
#cdfbaf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfbaf on black: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue68.6%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#cdfbaf text on a black background
contrast 18.01:1
Card sample
#cdfbaf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfbaf;
Background color
Panel with #cdfbaf background
background-color: #cdfbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfbaf; background: linear-gradient(135deg, #cdfbaf, #AFFBC4);