#cbdbf7
a pale, vivid blue · cool · closest name: lavender
RGB
203, 219, 247
HSL
218°, 73%, 88%
CMYK
18, 11, 0, 3
Luminance
0.7007
Every format
| HEX | #cbdbf7 |
| RGB | rgb(203, 219, 247) |
| HSL | hsl(218, 73%, 88%) |
| CMYK | cmyk(18%, 11%, 0%, 3%) |
| LAB | lab(87.0 0.3 -15.4) |
| LCH | lch(87.0 15.4 271.1) |
| OKLCH | oklch(0.888 0.042 261.7) |
Copy-ready code
/* CSS */
color: #cbdbf7;
background-color: #cbdbf7;
/* Tailwind (arbitrary) */
class="text-[#cbdbf7] bg-[#cbdbf7]"
/* SCSS */
$brand: #cbdbf7;
/* SwiftUI */
Color(red: 0.796, green: 0.859, blue: 0.969)
/* Android */
Color.parseColor("#cbdbf7")Accessibility — WCAG contrast
Aa
#cbdbf7 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdbf7 on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.9%
Blue96.9%
CMYK percentages
Cyan17.8%
Magenta11.3%
Yellow0.0%
Key (black)3.1%
Color previews
#cbdbf7 text on a black background
contrast 15.01:1
Card sample
#cbdbf7 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdbf7;
Background color
Panel with #cbdbf7 background
background-color: #cbdbf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdbf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 219, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 219, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdbf7; background: linear-gradient(135deg, #cbdbf7, #D8CBF7);