#cbdbf0
a pale, vivid blue · cool · closest name: lavender
RGB
203, 219, 240
HSL
214°, 55%, 87%
CMYK
15, 9, 0, 6
Luminance
0.6965
Every format
| HEX | #cbdbf0 |
| RGB | rgb(203, 219, 240) |
| HSL | hsl(214, 55%, 87%) |
| CMYK | cmyk(15%, 9%, 0%, 6%) |
| LAB | lab(86.8 -1.1 -12.1) |
| LCH | lch(86.8 12.1 264.6) |
| OKLCH | oklch(0.886 0.034 255.2) |
Copy-ready code
/* CSS */
color: #cbdbf0;
background-color: #cbdbf0;
/* Tailwind (arbitrary) */
class="text-[#cbdbf0] bg-[#cbdbf0]"
/* SCSS */
$brand: #cbdbf0;
/* SwiftUI */
Color(red: 0.796, green: 0.859, blue: 0.941)
/* Android */
Color.parseColor("#cbdbf0")Accessibility — WCAG contrast
Aa
#cbdbf0 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdbf0 on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.9%
Blue94.1%
CMYK percentages
Cyan15.4%
Magenta8.8%
Yellow0.0%
Key (black)5.9%
Color previews
#cbdbf0 text on a black background
contrast 14.93:1
Card sample
#cbdbf0 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdbf0;
Background color
Panel with #cbdbf0 background
background-color: #cbdbf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdbf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 219, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 219, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdbf0; background: linear-gradient(135deg, #cbdbf0, #D4CBF0);