#cadccf
a light, soft green · cool · closest name: silver
RGB
202, 220, 207
HSL
137°, 21%, 83%
CMYK
8, 0, 6, 14
Luminance
0.6825
Every format
| HEX | #cadccf |
| RGB | rgb(202, 220, 207) |
| HSL | hsl(137, 21%, 83%) |
| CMYK | cmyk(8%, 0%, 6%, 14%) |
| LAB | lab(86.1 -8.4 4.3) |
| LCH | lch(86.1 9.5 152.9) |
| OKLCH | oklch(0.877 0.026 154.4) |
Copy-ready code
/* CSS */
color: #cadccf;
background-color: #cadccf;
/* Tailwind (arbitrary) */
class="text-[#cadccf] bg-[#cadccf]"
/* SCSS */
$brand: #cadccf;
/* SwiftUI */
Color(red: 0.792, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#cadccf")Accessibility — WCAG contrast
Aa
#cadccf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadccf on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green86.3%
Blue81.2%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow5.9%
Key (black)13.7%
Color previews
#cadccf text on a black background
contrast 14.65:1
Card sample
#cadccf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadccf;
Background color
Panel with #cadccf background
background-color: #cadccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 220, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 220, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadccf; background: linear-gradient(135deg, #cadccf, #CADCDB);