#caebfd
a pale, electric blue · cool · closest name: lavender
RGB
202, 235, 253
HSL
201°, 93%, 89%
CMYK
20, 7, 0, 1
Luminance
0.7907
Every format
| HEX | #caebfd |
| RGB | rgb(202, 235, 253) |
| HSL | hsl(201, 93%, 89%) |
| CMYK | cmyk(20%, 7%, 0%, 1%) |
| LAB | lab(91.3 -7.0 -12.3) |
| LCH | lch(91.3 14.1 240.3) |
| OKLCH | oklch(0.922 0.042 231.7) |
Copy-ready code
/* CSS */
color: #caebfd;
background-color: #caebfd;
/* Tailwind (arbitrary) */
class="text-[#caebfd] bg-[#caebfd]"
/* SCSS */
$brand: #caebfd;
/* SwiftUI */
Color(red: 0.792, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#caebfd")Accessibility — WCAG contrast
Aa
#caebfd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caebfd on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green92.2%
Blue99.2%
CMYK percentages
Cyan20.2%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#caebfd text on a black background
contrast 16.81:1
Card sample
#caebfd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caebfd;
Background color
Panel with #caebfd background
background-color: #caebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caebfd; background: linear-gradient(135deg, #caebfd, #CBCAFD);