#ccdfaa
a light, vivid green · cool · closest name: beige
RGB
204, 223, 170
HSL
82°, 45%, 77%
CMYK
9, 0, 24, 13
Luminance
0.6852
Every format
| HEX | #ccdfaa |
| RGB | rgb(204, 223, 170) |
| HSL | hsl(82, 45%, 77%) |
| CMYK | cmyk(9%, 0%, 24%, 13%) |
| LAB | lab(86.3 -15.4 23.9) |
| LCH | lch(86.3 28.4 122.7) |
| OKLCH | oklch(0.876 0.073 123.9) |
Copy-ready code
/* CSS */
color: #ccdfaa;
background-color: #ccdfaa;
/* Tailwind (arbitrary) */
class="text-[#ccdfaa] bg-[#ccdfaa]"
/* SCSS */
$brand: #ccdfaa;
/* SwiftUI */
Color(red: 0.800, green: 0.875, blue: 0.667)
/* Android */
Color.parseColor("#ccdfaa")Accessibility — WCAG contrast
Aa
#ccdfaa on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdfaa on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.5%
Blue66.7%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow23.8%
Key (black)12.5%
Color previews
#ccdfaa text on a black background
contrast 14.70:1
Card sample
#ccdfaa text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdfaa;
Background color
Panel with #ccdfaa background
background-color: #ccdfaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdfaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 223, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 223, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdfaa; background: linear-gradient(135deg, #ccdfaa, #AADFAB);