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