#cbd8f6
a pale, vivid blue · cool · closest name: lavender
RGB
203, 216, 246
HSL
222°, 71%, 88%
CMYK
18, 12, 0, 4
Luminance
0.6846
Every format
| HEX | #cbd8f6 |
| RGB | rgb(203, 216, 246) |
| HSL | hsl(222, 71%, 88%) |
| CMYK | cmyk(18%, 12%, 0%, 4%) |
| LAB | lab(86.2 1.7 -16.1) |
| LCH | lch(86.2 16.2 275.9) |
| OKLCH | oklch(0.882 0.044 266.9) |
Copy-ready code
/* CSS */
color: #cbd8f6;
background-color: #cbd8f6;
/* Tailwind (arbitrary) */
class="text-[#cbd8f6] bg-[#cbd8f6]"
/* SCSS */
$brand: #cbd8f6;
/* SwiftUI */
Color(red: 0.796, green: 0.847, blue: 0.965)
/* Android */
Color.parseColor("#cbd8f6")Accessibility — WCAG contrast
Aa
#cbd8f6 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbd8f6 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green84.7%
Blue96.5%
CMYK percentages
Cyan17.5%
Magenta12.2%
Yellow0.0%
Key (black)3.5%
Color previews
#cbd8f6 text on a black background
contrast 14.69:1
Card sample
#cbd8f6 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbd8f6;
Background color
Panel with #cbd8f6 background
background-color: #cbd8f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbd8f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 216, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 216, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbd8f6; background: linear-gradient(135deg, #cbd8f6, #DBCBF6);