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