#b9cfdb
a light, soft blue · cool · closest name: silver
RGB
185, 207, 219
HSL
201°, 32%, 79%
CMYK
16, 6, 0, 14
Luminance
0.6005
Every format
| HEX | #b9cfdb |
| RGB | rgb(185, 207, 219) |
| HSL | hsl(201, 32%, 79%) |
| CMYK | cmyk(16%, 6%, 0%, 14%) |
| LAB | lab(81.9 -4.9 -8.4) |
| LCH | lch(81.9 9.8 239.8) |
| OKLCH | oklch(0.842 0.029 231.5) |
Copy-ready code
/* CSS */
color: #b9cfdb;
background-color: #b9cfdb;
/* Tailwind (arbitrary) */
class="text-[#b9cfdb] bg-[#b9cfdb]"
/* SCSS */
$brand: #b9cfdb;
/* SwiftUI */
Color(red: 0.725, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#b9cfdb")Accessibility — WCAG contrast
Aa
#b9cfdb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9cfdb on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green81.2%
Blue85.9%
CMYK percentages
Cyan15.5%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#b9cfdb text on a black background
contrast 13.01:1
Card sample
#b9cfdb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9cfdb;
Background color
Panel with #b9cfdb background
background-color: #b9cfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9cfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9cfdb; background: linear-gradient(135deg, #b9cfdb, #BAB9DB);