#cad7eb
a pale, vivid blue · cool · closest name: lavender
RGB
202, 215, 235
HSL
216°, 45%, 86%
CMYK
14, 9, 0, 8
Luminance
0.6716
Every format
| HEX | #cad7eb |
| RGB | rgb(202, 215, 235) |
| HSL | hsl(216, 45%, 86%) |
| CMYK | cmyk(14%, 9%, 0%, 8%) |
| LAB | lab(85.6 -0.4 -11.3) |
| LCH | lch(85.6 11.3 267.9) |
| OKLCH | oklch(0.875 0.031 258.9) |
Copy-ready code
/* CSS */
color: #cad7eb;
background-color: #cad7eb;
/* Tailwind (arbitrary) */
class="text-[#cad7eb] bg-[#cad7eb]"
/* SCSS */
$brand: #cad7eb;
/* SwiftUI */
Color(red: 0.792, green: 0.843, blue: 0.922)
/* Android */
Color.parseColor("#cad7eb")Accessibility — WCAG contrast
Aa
#cad7eb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad7eb on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green84.3%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta8.5%
Yellow0.0%
Key (black)7.8%
Color previews
#cad7eb text on a black background
contrast 14.43:1
Card sample
#cad7eb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad7eb;
Background color
Panel with #cad7eb background
background-color: #cad7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 215, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 215, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad7eb; background: linear-gradient(135deg, #cad7eb, #D3CAEB);