#ccdad2
a light, soft green · cool · closest name: silver
RGB
204, 218, 210
HSL
146°, 16%, 83%
CMYK
6, 0, 4, 15
Luminance
0.6763
Every format
| HEX | #ccdad2 |
| RGB | rgb(204, 218, 210) |
| HSL | hsl(146, 16%, 83%) |
| CMYK | cmyk(6%, 0%, 4%, 15%) |
| LAB | lab(85.8 -6.2 2.3) |
| LCH | lch(85.8 6.6 159.5) |
| OKLCH | oklch(0.875 0.019 161.1) |
Copy-ready code
/* CSS */
color: #ccdad2;
background-color: #ccdad2;
/* Tailwind (arbitrary) */
class="text-[#ccdad2] bg-[#ccdad2]"
/* SCSS */
$brand: #ccdad2;
/* SwiftUI */
Color(red: 0.800, green: 0.855, blue: 0.824)
/* Android */
Color.parseColor("#ccdad2")Accessibility — WCAG contrast
Aa
#ccdad2 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdad2 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.5%
Blue82.4%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow3.7%
Key (black)14.5%
Color previews
#ccdad2 text on a black background
contrast 14.53:1
Card sample
#ccdad2 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdad2;
Background color
Panel with #ccdad2 background
background-color: #ccdad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 218, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 218, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdad2; background: linear-gradient(135deg, #ccdad2, #CCD9DA);