#b0d4cf
a light, soft cyan · cool · closest name: silver
RGB
176, 212, 207
HSL
172°, 30%, 76%
CMYK
17, 0, 2, 17
Luminance
0.6082
Every format
| HEX | #b0d4cf |
| RGB | rgb(176, 212, 207) |
| HSL | hsl(172, 30%, 76%) |
| CMYK | cmyk(17%, 0%, 2%, 17%) |
| LAB | lab(82.3 -12.8 -1.5) |
| LCH | lch(82.3 12.9 186.6) |
| OKLCH | oklch(0.842 0.039 186.2) |
Copy-ready code
/* CSS */
color: #b0d4cf;
background-color: #b0d4cf;
/* Tailwind (arbitrary) */
class="text-[#b0d4cf] bg-[#b0d4cf]"
/* SCSS */
$brand: #b0d4cf;
/* SwiftUI */
Color(red: 0.690, green: 0.831, blue: 0.812)
/* Android */
Color.parseColor("#b0d4cf")Accessibility — WCAG contrast
Aa
#b0d4cf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0d4cf on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green83.1%
Blue81.2%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow2.4%
Key (black)16.9%
Color previews
#b0d4cf text on a black background
contrast 13.16:1
Card sample
#b0d4cf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0d4cf;
Background color
Panel with #b0d4cf background
background-color: #b0d4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0d4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 212, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 212, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0d4cf; background: linear-gradient(135deg, #b0d4cf, #B0C1D4);