#cadecf
a light, soft green · cool · closest name: beige
RGB
202, 222, 207
HSL
135°, 23%, 83%
CMYK
9, 0, 7, 13
Luminance
0.6930
Every format
| HEX | #cadecf |
| RGB | rgb(202, 222, 207) |
| HSL | hsl(135, 23%, 83%) |
| CMYK | cmyk(9%, 0%, 7%, 13%) |
| LAB | lab(86.7 -9.4 5.1) |
| LCH | lch(86.7 10.7 151.7) |
| OKLCH | oklch(0.881 0.029 153.3) |
Copy-ready code
/* CSS */
color: #cadecf;
background-color: #cadecf;
/* Tailwind (arbitrary) */
class="text-[#cadecf] bg-[#cadecf]"
/* SCSS */
$brand: #cadecf;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#cadecf")Accessibility — WCAG contrast
Aa
#cadecf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadecf on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue81.2%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#cadecf text on a black background
contrast 14.86:1
Card sample
#cadecf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadecf;
Background color
Panel with #cadecf background
background-color: #cadecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadecf; background: linear-gradient(135deg, #cadecf, #CADEDC);