#ccdfb5
a light, soft green · cool · closest name: beige
RGB
204, 223, 181
HSL
87°, 40%, 79%
CMYK
9, 0, 19, 13
Luminance
0.6895
Every format
| HEX | #ccdfb5 |
| RGB | rgb(204, 223, 181) |
| HSL | hsl(87, 40%, 79%) |
| CMYK | cmyk(9%, 0%, 19%, 13%) |
| LAB | lab(86.5 -13.7 18.5) |
| LCH | lch(86.5 23.0 126.5) |
| OKLCH | oklch(0.878 0.060 127.4) |
Copy-ready code
/* CSS */
color: #ccdfb5;
background-color: #ccdfb5;
/* Tailwind (arbitrary) */
class="text-[#ccdfb5] bg-[#ccdfb5]"
/* SCSS */
$brand: #ccdfb5;
/* SwiftUI */
Color(red: 0.800, green: 0.875, blue: 0.710)
/* Android */
Color.parseColor("#ccdfb5")Accessibility — WCAG contrast
Aa
#ccdfb5 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdfb5 on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.5%
Blue71.0%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow18.8%
Key (black)12.5%
Color previews
#ccdfb5 text on a black background
contrast 14.79:1
Card sample
#ccdfb5 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdfb5;
Background color
Panel with #ccdfb5 background
background-color: #ccdfb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdfb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 223, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 223, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdfb5; background: linear-gradient(135deg, #ccdfb5, #B5DFBA);