#cdfacc
a pale, electric green · cool · closest name: beige
RGB
205, 250, 204
HSL
119°, 82%, 89%
CMYK
18, 0, 18, 2
Luminance
0.8571
Every format
| HEX | #cdfacc |
| RGB | rgb(205, 250, 204) |
| HSL | hsl(119, 82%, 89%) |
| CMYK | cmyk(18%, 0%, 18%, 2%) |
| LAB | lab(94.2 -22.9 17.4) |
| LCH | lch(94.2 28.7 142.7) |
| OKLCH | oklch(0.942 0.077 144.4) |
Copy-ready code
/* CSS */
color: #cdfacc;
background-color: #cdfacc;
/* Tailwind (arbitrary) */
class="text-[#cdfacc] bg-[#cdfacc]"
/* SCSS */
$brand: #cdfacc;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.800)
/* Android */
Color.parseColor("#cdfacc")Accessibility — WCAG contrast
Aa
#cdfacc on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfacc on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue80.0%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow18.4%
Key (black)2.0%
Color previews
#cdfacc text on a black background
contrast 18.14:1
Card sample
#cdfacc text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfacc;
Background color
Panel with #cdfacc background
background-color: #cdfacc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfacc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfacc; background: linear-gradient(135deg, #cdfacc, #CCFAEA);