#ccdfbc
a light, soft green · cool · closest name: beige
RGB
204, 223, 188
HSL
93°, 35%, 81%
CMYK
9, 0, 16, 13
Luminance
0.6924
Every format
| HEX | #ccdfbc |
| RGB | rgb(204, 223, 188) |
| HSL | hsl(93, 35%, 81%) |
| CMYK | cmyk(9%, 0%, 16%, 13%) |
| LAB | lab(86.6 -12.6 15.0) |
| LCH | lch(86.6 19.6 129.9) |
| OKLCH | oklch(0.880 0.051 130.7) |
Copy-ready code
/* CSS */
color: #ccdfbc;
background-color: #ccdfbc;
/* Tailwind (arbitrary) */
class="text-[#ccdfbc] bg-[#ccdfbc]"
/* SCSS */
$brand: #ccdfbc;
/* SwiftUI */
Color(red: 0.800, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#ccdfbc")Accessibility — WCAG contrast
Aa
#ccdfbc on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdfbc on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.5%
Blue73.7%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#ccdfbc text on a black background
contrast 14.85:1
Card sample
#ccdfbc text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdfbc;
Background color
Panel with #ccdfbc background
background-color: #ccdfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdfbc; background: linear-gradient(135deg, #ccdfbc, #BCDFC3);