#b0d2cd
a light, soft cyan · cool · closest name: silver
RGB
176, 210, 205
HSL
171°, 27%, 76%
CMYK
16, 0, 2, 18
Luminance
0.5973
Every format
| HEX | #b0d2cd |
| RGB | rgb(176, 210, 205) |
| HSL | hsl(171, 27%, 76%) |
| CMYK | cmyk(16%, 0%, 2%, 18%) |
| LAB | lab(81.7 -12.2 -1.3) |
| LCH | lch(81.7 12.3 186.0) |
| OKLCH | oklch(0.838 0.037 185.7) |
Copy-ready code
/* CSS */
color: #b0d2cd;
background-color: #b0d2cd;
/* Tailwind (arbitrary) */
class="text-[#b0d2cd] bg-[#b0d2cd]"
/* SCSS */
$brand: #b0d2cd;
/* SwiftUI */
Color(red: 0.690, green: 0.824, blue: 0.804)
/* Android */
Color.parseColor("#b0d2cd")Accessibility — WCAG contrast
Aa
#b0d2cd on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0d2cd on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green82.4%
Blue80.4%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow2.4%
Key (black)17.6%
Color previews
#b0d2cd text on a black background
contrast 12.95:1
Card sample
#b0d2cd text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0d2cd;
Background color
Panel with #b0d2cd background
background-color: #b0d2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0d2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 210, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 210, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0d2cd; background: linear-gradient(135deg, #b0d2cd, #B0C0D2);