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