#b4cccf
a light, soft cyan · cool · closest name: silver
RGB
180, 204, 207
HSL
187°, 22%, 76%
CMYK
13, 1, 0, 19
Luminance
0.5739
Every format
| HEX | #b4cccf |
| RGB | rgb(180, 204, 207) |
| HSL | hsl(187, 22%, 76%) |
| CMYK | cmyk(13%, 1%, 0%, 19%) |
| LAB | lab(80.4 -7.4 -4.2) |
| LCH | lch(80.4 8.5 209.6) |
| OKLCH | oklch(0.828 0.026 205.8) |
Copy-ready code
/* CSS */
color: #b4cccf;
background-color: #b4cccf;
/* Tailwind (arbitrary) */
class="text-[#b4cccf] bg-[#b4cccf]"
/* SCSS */
$brand: #b4cccf;
/* SwiftUI */
Color(red: 0.706, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#b4cccf")Accessibility — WCAG contrast
Aa
#b4cccf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4cccf on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green80.0%
Blue81.2%
CMYK percentages
Cyan13.0%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#b4cccf text on a black background
contrast 12.48:1
Card sample
#b4cccf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4cccf;
Background color
Panel with #b4cccf background
background-color: #b4cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4cccf; background: linear-gradient(135deg, #b4cccf, #B4BACF);