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