#cbdcf9
a pale, electric blue · cool · closest name: lavender
RGB
203, 220, 249
HSL
218°, 79%, 89%
CMYK
19, 12, 0, 2
Luminance
0.7072
Every format
| HEX | #cbdcf9 |
| RGB | rgb(203, 220, 249) |
| HSL | hsl(218, 79%, 89%) |
| CMYK | cmyk(19%, 12%, 0%, 2%) |
| LAB | lab(87.3 0.2 -16.0) |
| LCH | lch(87.3 16.0 270.8) |
| OKLCH | oklch(0.891 0.044 261.2) |
Copy-ready code
/* CSS */
color: #cbdcf9;
background-color: #cbdcf9;
/* Tailwind (arbitrary) */
class="text-[#cbdcf9] bg-[#cbdcf9]"
/* SCSS */
$brand: #cbdcf9;
/* SwiftUI */
Color(red: 0.796, green: 0.863, blue: 0.976)
/* Android */
Color.parseColor("#cbdcf9")Accessibility — WCAG contrast
Aa
#cbdcf9 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdcf9 on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green86.3%
Blue97.6%
CMYK percentages
Cyan18.5%
Magenta11.6%
Yellow0.0%
Key (black)2.4%
Color previews
#cbdcf9 text on a black background
contrast 15.14:1
Card sample
#cbdcf9 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdcf9;
Background color
Panel with #cbdcf9 background
background-color: #cbdcf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdcf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 220, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 220, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdcf9; background: linear-gradient(135deg, #cbdcf9, #D9CBF9);