#ccdfbf
a light, soft green · cool · closest name: beige
RGB
204, 223, 191
HSL
96°, 33%, 81%
CMYK
9, 0, 14, 13
Luminance
0.6937
Every format
| HEX | #ccdfbf |
| RGB | rgb(204, 223, 191) |
| HSL | hsl(96, 33%, 81%) |
| CMYK | cmyk(9%, 0%, 14%, 13%) |
| LAB | lab(86.7 -12.1 13.6) |
| LCH | lch(86.7 18.1 131.6) |
| OKLCH | oklch(0.881 0.048 132.6) |
Copy-ready code
/* CSS */
color: #ccdfbf;
background-color: #ccdfbf;
/* Tailwind (arbitrary) */
class="text-[#ccdfbf] bg-[#ccdfbf]"
/* SCSS */
$brand: #ccdfbf;
/* SwiftUI */
Color(red: 0.800, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#ccdfbf")Accessibility — WCAG contrast
Aa
#ccdfbf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdfbf on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.5%
Blue74.9%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#ccdfbf text on a black background
contrast 14.87:1
Card sample
#ccdfbf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdfbf;
Background color
Panel with #ccdfbf background
background-color: #ccdfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdfbf; background: linear-gradient(135deg, #ccdfbf, #BFDFC7);