#cadacf
a light, soft green · cool · closest name: silver
RGB
202, 218, 207
HSL
139°, 18%, 82%
CMYK
7, 0, 5, 15
Luminance
0.6720
Every format
| HEX | #cadacf |
| RGB | rgb(202, 218, 207) |
| HSL | hsl(139, 18%, 82%) |
| CMYK | cmyk(7%, 0%, 5%, 15%) |
| LAB | lab(85.6 -7.4 3.6) |
| LCH | lch(85.6 8.2 154.3) |
| OKLCH | oklch(0.873 0.023 155.9) |
Copy-ready code
/* CSS */
color: #cadacf;
background-color: #cadacf;
/* Tailwind (arbitrary) */
class="text-[#cadacf] bg-[#cadacf]"
/* SCSS */
$brand: #cadacf;
/* SwiftUI */
Color(red: 0.792, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#cadacf")Accessibility — WCAG contrast
Aa
#cadacf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadacf on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.5%
Blue81.2%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow5.0%
Key (black)14.5%
Color previews
#cadacf text on a black background
contrast 14.44:1
Card sample
#cadacf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadacf;
Background color
Panel with #cadacf background
background-color: #cadacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadacf; background: linear-gradient(135deg, #cadacf, #CADADA);