#cbeafd
a pale, electric blue · cool · closest name: lavender
RGB
203, 234, 253
HSL
203°, 93%, 89%
CMYK
20, 8, 0, 1
Luminance
0.7863
Every format
| HEX | #cbeafd |
| RGB | rgb(203, 234, 253) |
| HSL | hsl(203, 93%, 89%) |
| CMYK | cmyk(20%, 8%, 0%, 1%) |
| LAB | lab(91.1 -6.2 -12.6) |
| LCH | lch(91.1 14.0 243.8) |
| OKLCH | oklch(0.920 0.042 234.8) |
Copy-ready code
/* CSS */
color: #cbeafd;
background-color: #cbeafd;
/* Tailwind (arbitrary) */
class="text-[#cbeafd] bg-[#cbeafd]"
/* SCSS */
$brand: #cbeafd;
/* SwiftUI */
Color(red: 0.796, green: 0.918, blue: 0.992)
/* Android */
Color.parseColor("#cbeafd")Accessibility — WCAG contrast
Aa
#cbeafd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbeafd on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green91.8%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta7.5%
Yellow0.0%
Key (black)0.8%
Color previews
#cbeafd text on a black background
contrast 16.73:1
Card sample
#cbeafd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbeafd;
Background color
Panel with #cbeafd background
background-color: #cbeafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbeafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 234, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 234, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbeafd; background: linear-gradient(135deg, #cbeafd, #CDCBFD);