#cad2da
a light, soft blue · cool · closest name: silver
RGB
202, 210, 218
HSL
210°, 18%, 82%
CMYK
7, 4, 0, 15
Luminance
0.6371
Every format
| HEX | #cad2da |
| RGB | rgb(202, 210, 218) |
| HSL | hsl(210, 18%, 82%) |
| CMYK | cmyk(7%, 4%, 0%, 15%) |
| LAB | lab(83.8 -1.2 -4.9) |
| LCH | lch(83.8 5.0 256.3) |
| OKLCH | oklch(0.860 0.014 248.0) |
Copy-ready code
/* CSS */
color: #cad2da;
background-color: #cad2da;
/* Tailwind (arbitrary) */
class="text-[#cad2da] bg-[#cad2da]"
/* SCSS */
$brand: #cad2da;
/* SwiftUI */
Color(red: 0.792, green: 0.824, blue: 0.855)
/* Android */
Color.parseColor("#cad2da")Accessibility — WCAG contrast
Aa
#cad2da on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad2da on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green82.4%
Blue85.5%
CMYK percentages
Cyan7.3%
Magenta3.7%
Yellow0.0%
Key (black)14.5%
Color previews
#cad2da text on a black background
contrast 13.74:1
Card sample
#cad2da text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad2da;
Background color
Panel with #cad2da background
background-color: #cad2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 210, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 210, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad2da; background: linear-gradient(135deg, #cad2da, #CDCADA);