#b0d7cf
a light, soft cyan · cool · closest name: silver
RGB
176, 215, 207
HSL
168°, 33%, 77%
CMYK
18, 0, 4, 16
Luminance
0.6234
Every format
| HEX | #b0d7cf |
| RGB | rgb(176, 215, 207) |
| HSL | hsl(168, 33%, 77%) |
| CMYK | cmyk(18%, 0%, 4%, 16%) |
| LAB | lab(83.1 -14.4 -0.3) |
| LCH | lch(83.1 14.4 181.2) |
| OKLCH | oklch(0.849 0.043 181.4) |
Copy-ready code
/* CSS */
color: #b0d7cf;
background-color: #b0d7cf;
/* Tailwind (arbitrary) */
class="text-[#b0d7cf] bg-[#b0d7cf]"
/* SCSS */
$brand: #b0d7cf;
/* SwiftUI */
Color(red: 0.690, green: 0.843, blue: 0.812)
/* Android */
Color.parseColor("#b0d7cf")Accessibility — WCAG contrast
Aa
#b0d7cf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0d7cf on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green84.3%
Blue81.2%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow3.7%
Key (black)15.7%
Color previews
#b0d7cf text on a black background
contrast 13.47:1
Card sample
#b0d7cf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0d7cf;
Background color
Panel with #b0d7cf background
background-color: #b0d7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0d7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 215, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 215, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0d7cf; background: linear-gradient(135deg, #b0d7cf, #B0C5D7);