#cae2f7
a pale, vivid blue · cool · closest name: lavender
RGB
202, 226, 247
HSL
208°, 74%, 88%
CMYK
18, 9, 0, 3
Luminance
0.7366
Every format
| HEX | #cae2f7 |
| RGB | rgb(202, 226, 247) |
| HSL | hsl(208, 74%, 88%) |
| CMYK | cmyk(18%, 9%, 0%, 3%) |
| LAB | lab(88.8 -3.6 -12.9) |
| LCH | lch(88.8 13.4 254.2) |
| OKLCH | oklch(0.902 0.039 244.6) |
Copy-ready code
/* CSS */
color: #cae2f7;
background-color: #cae2f7;
/* Tailwind (arbitrary) */
class="text-[#cae2f7] bg-[#cae2f7]"
/* SCSS */
$brand: #cae2f7;
/* SwiftUI */
Color(red: 0.792, green: 0.886, blue: 0.969)
/* Android */
Color.parseColor("#cae2f7")Accessibility — WCAG contrast
Aa
#cae2f7 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cae2f7 on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green88.6%
Blue96.9%
CMYK percentages
Cyan18.2%
Magenta8.5%
Yellow0.0%
Key (black)3.1%
Color previews
#cae2f7 text on a black background
contrast 15.73:1
Card sample
#cae2f7 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cae2f7;
Background color
Panel with #cae2f7 background
background-color: #cae2f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cae2f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 226, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 226, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cae2f7; background: linear-gradient(135deg, #cae2f7, #D0CAF7);