#b9cddf
a light, soft blue · cool · closest name: silver
RGB
185, 205, 223
HSL
208°, 37%, 80%
CMYK
17, 8, 0, 13
Luminance
0.5930
Every format
| HEX | #b9cddf |
| RGB | rgb(185, 205, 223) |
| HSL | hsl(208, 37%, 80%) |
| CMYK | cmyk(17%, 8%, 0%, 13%) |
| LAB | lab(81.5 -3.0 -11.2) |
| LCH | lch(81.5 11.6 254.8) |
| OKLCH | oklch(0.839 0.033 245.4) |
Copy-ready code
/* CSS */
color: #b9cddf;
background-color: #b9cddf;
/* Tailwind (arbitrary) */
class="text-[#b9cddf] bg-[#b9cddf]"
/* SCSS */
$brand: #b9cddf;
/* SwiftUI */
Color(red: 0.725, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#b9cddf")Accessibility — WCAG contrast
Aa
#b9cddf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9cddf on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green80.4%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b9cddf text on a black background
contrast 12.86:1
Card sample
#b9cddf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9cddf;
Background color
Panel with #b9cddf background
background-color: #b9cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9cddf; background: linear-gradient(135deg, #b9cddf, #BEB9DF);