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