#cbdafe
a pale, electric blue · cool · closest name: lavender
RGB
203, 218, 254
HSL
222°, 96%, 90%
CMYK
20, 14, 0, 0
Luminance
0.7000
Every format
| HEX | #cbdafe |
| RGB | rgb(203, 218, 254) |
| HSL | hsl(222, 96%, 90%) |
| CMYK | cmyk(20%, 14%, 0%, 0%) |
| LAB | lab(87.0 2.3 -19.2) |
| LCH | lch(87.0 19.3 276.9) |
| OKLCH | oklch(0.889 0.052 267.4) |
Copy-ready code
/* CSS */
color: #cbdafe;
background-color: #cbdafe;
/* Tailwind (arbitrary) */
class="text-[#cbdafe] bg-[#cbdafe]"
/* SCSS */
$brand: #cbdafe;
/* SwiftUI */
Color(red: 0.796, green: 0.855, blue: 0.996)
/* Android */
Color.parseColor("#cbdafe")Accessibility — WCAG contrast
Aa
#cbdafe on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdafe on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.5%
Blue99.6%
CMYK percentages
Cyan20.1%
Magenta14.2%
Yellow0.0%
Key (black)0.4%
Color previews
#cbdafe text on a black background
contrast 15.00:1
Card sample
#cbdafe text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdafe;
Background color
Panel with #cbdafe background
background-color: #cbdafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 218, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 218, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdafe; background: linear-gradient(135deg, #cbdafe, #DECBFE);