#cad9f2
a pale, vivid blue · cool · closest name: lavender
RGB
202, 217, 242
HSL
218°, 61%, 87%
CMYK
17, 10, 0, 5
Luminance
0.6859
Every format
| HEX | #cad9f2 |
| RGB | rgb(202, 217, 242) |
| HSL | hsl(218, 61%, 87%) |
| CMYK | cmyk(17%, 10%, 0%, 5%) |
| LAB | lab(86.3 0.0 -13.9) |
| LCH | lch(86.3 13.9 270.0) |
| OKLCH | oklch(0.882 0.038 260.7) |
Copy-ready code
/* CSS */
color: #cad9f2;
background-color: #cad9f2;
/* Tailwind (arbitrary) */
class="text-[#cad9f2] bg-[#cad9f2]"
/* SCSS */
$brand: #cad9f2;
/* SwiftUI */
Color(red: 0.792, green: 0.851, blue: 0.949)
/* Android */
Color.parseColor("#cad9f2")Accessibility — WCAG contrast
Aa
#cad9f2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad9f2 on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.1%
Blue94.9%
CMYK percentages
Cyan16.5%
Magenta10.3%
Yellow0.0%
Key (black)5.1%
Color previews
#cad9f2 text on a black background
contrast 14.72:1
Card sample
#cad9f2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad9f2;
Background color
Panel with #cad9f2 background
background-color: #cad9f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad9f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 217, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 217, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad9f2; background: linear-gradient(135deg, #cad9f2, #D6CAF2);