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