#cbd4f6
a pale, vivid blue · warm · closest name: lavender
RGB
203, 212, 246
HSL
227°, 71%, 88%
CMYK
18, 14, 0, 4
Luminance
0.6644
Every format
| HEX | #cbd4f6 |
| RGB | rgb(203, 212, 246) |
| HSL | hsl(227, 71%, 88%) |
| CMYK | cmyk(18%, 14%, 0%, 4%) |
| LAB | lab(85.2 3.8 -17.6) |
| LCH | lch(85.2 18.1 282.1) |
| OKLCH | oklch(0.874 0.048 273.7) |
Copy-ready code
/* CSS */
color: #cbd4f6;
background-color: #cbd4f6;
/* Tailwind (arbitrary) */
class="text-[#cbd4f6] bg-[#cbd4f6]"
/* SCSS */
$brand: #cbd4f6;
/* SwiftUI */
Color(red: 0.796, green: 0.831, blue: 0.965)
/* Android */
Color.parseColor("#cbd4f6")Accessibility — WCAG contrast
Aa
#cbd4f6 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbd4f6 on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green83.1%
Blue96.5%
CMYK percentages
Cyan17.5%
Magenta13.8%
Yellow0.0%
Key (black)3.5%
Color previews
#cbd4f6 text on a black background
contrast 14.29:1
Card sample
#cbd4f6 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbd4f6;
Background color
Panel with #cbd4f6 background
background-color: #cbd4f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbd4f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 212, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 212, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbd4f6; background: linear-gradient(135deg, #cbd4f6, #DFCBF6);