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