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