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