#b9cfcc
a light, soft cyan · cool · closest name: silver
RGB
185, 207, 204
HSL
172°, 19%, 77%
CMYK
11, 0, 1, 19
Luminance
0.5930
Every format
| HEX | #b9cfcc |
| RGB | rgb(185, 207, 204) |
| HSL | hsl(172, 19%, 77%) |
| CMYK | cmyk(11%, 0%, 1%, 19%) |
| LAB | lab(81.5 -8.0 -1.0) |
| LCH | lch(81.5 8.0 187.4) |
| OKLCH | oklch(0.837 0.024 186.8) |
Copy-ready code
/* CSS */
color: #b9cfcc;
background-color: #b9cfcc;
/* Tailwind (arbitrary) */
class="text-[#b9cfcc] bg-[#b9cfcc]"
/* SCSS */
$brand: #b9cfcc;
/* SwiftUI */
Color(red: 0.725, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#b9cfcc")Accessibility — WCAG contrast
Aa
#b9cfcc on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9cfcc on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green81.2%
Blue80.0%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#b9cfcc text on a black background
contrast 12.86:1
Card sample
#b9cfcc text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9cfcc;
Background color
Panel with #b9cfcc background
background-color: #b9cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9cfcc; background: linear-gradient(135deg, #b9cfcc, #B9C3CF);