#cadbcf
a light, soft green · cool · closest name: silver
RGB
202, 219, 207
HSL
138°, 19%, 83%
CMYK
8, 0, 6, 14
Luminance
0.6772
Every format
| HEX | #cadbcf |
| RGB | rgb(202, 219, 207) |
| HSL | hsl(138, 19%, 83%) |
| CMYK | cmyk(8%, 0%, 6%, 14%) |
| LAB | lab(85.9 -7.9 4.0) |
| LCH | lch(85.9 8.8 153.5) |
| OKLCH | oklch(0.875 0.025 155.1) |
Copy-ready code
/* CSS */
color: #cadbcf;
background-color: #cadbcf;
/* Tailwind (arbitrary) */
class="text-[#cadbcf] bg-[#cadbcf]"
/* SCSS */
$brand: #cadbcf;
/* SwiftUI */
Color(red: 0.792, green: 0.859, blue: 0.812)
/* Android */
Color.parseColor("#cadbcf")Accessibility — WCAG contrast
Aa
#cadbcf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadbcf on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.9%
Blue81.2%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow5.5%
Key (black)14.1%
Color previews
#cadbcf text on a black background
contrast 14.54:1
Card sample
#cadbcf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadbcf;
Background color
Panel with #cadbcf background
background-color: #cadbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 219, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 219, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadbcf; background: linear-gradient(135deg, #cadbcf, #CADBDA);