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