#ccdfd3
a light, soft green · cool · closest name: beige
RGB
204, 223, 211
HSL
142°, 23%, 84%
CMYK
9, 0, 5, 13
Luminance
0.7032
Every format
| HEX | #ccdfd3 |
| RGB | rgb(204, 223, 211) |
| HSL | hsl(142, 23%, 84%) |
| CMYK | cmyk(9%, 0%, 5%, 13%) |
| LAB | lab(87.2 -8.6 3.7) |
| LCH | lch(87.2 9.3 156.6) |
| OKLCH | oklch(0.886 0.026 158.1) |
Copy-ready code
/* CSS */
color: #ccdfd3;
background-color: #ccdfd3;
/* Tailwind (arbitrary) */
class="text-[#ccdfd3] bg-[#ccdfd3]"
/* SCSS */
$brand: #ccdfd3;
/* SwiftUI */
Color(red: 0.800, green: 0.875, blue: 0.827)
/* Android */
Color.parseColor("#ccdfd3")Accessibility — WCAG contrast
Aa
#ccdfd3 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdfd3 on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.5%
Blue82.7%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow5.4%
Key (black)12.5%
Color previews
#ccdfd3 text on a black background
contrast 15.06:1
Card sample
#ccdfd3 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdfd3;
Background color
Panel with #ccdfd3 background
background-color: #ccdfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 223, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 223, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdfd3; background: linear-gradient(135deg, #ccdfd3, #CCDEDF);