#b9cdff
a pale, electric blue · cool · closest name: lavender
RGB
185, 205, 255
HSL
223°, 100%, 86%
CMYK
28, 20, 0, 0
Luminance
0.6120
Every format
| HEX | #b9cdff |
| RGB | rgb(185, 205, 255) |
| HSL | hsl(223, 100%, 86%) |
| CMYK | cmyk(28%, 20%, 0%, 0%) |
| LAB | lab(82.5 4.1 -26.7) |
| LCH | lch(82.5 27.0 278.8) |
| OKLCH | oklch(0.850 0.073 267.8) |
Copy-ready code
/* CSS */
color: #b9cdff;
background-color: #b9cdff;
/* Tailwind (arbitrary) */
class="text-[#b9cdff] bg-[#b9cdff]"
/* SCSS */
$brand: #b9cdff;
/* SwiftUI */
Color(red: 0.725, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#b9cdff")Accessibility — WCAG contrast
Aa
#b9cdff on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9cdff on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green80.4%
Blue100.0%
CMYK percentages
Cyan27.5%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#b9cdff text on a black background
contrast 13.24:1
Card sample
#b9cdff text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9cdff;
Background color
Panel with #b9cdff background
background-color: #b9cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9cdff; background: linear-gradient(135deg, #b9cdff, #D4B9FF);