#b2d8cd
a light, soft cyan · cool · closest name: silver
RGB
178, 216, 205
HSL
163°, 33%, 77%
CMYK
18, 0, 5, 15
Luminance
0.6298
Every format
| HEX | #b2d8cd |
| RGB | rgb(178, 216, 205) |
| HSL | hsl(163, 33%, 77%) |
| CMYK | cmyk(18%, 0%, 5%, 15%) |
| LAB | lab(83.4 -14.7 1.3) |
| LCH | lch(83.4 14.7 175.0) |
| OKLCH | oklch(0.852 0.043 175.8) |
Copy-ready code
/* CSS */
color: #b2d8cd;
background-color: #b2d8cd;
/* Tailwind (arbitrary) */
class="text-[#b2d8cd] bg-[#b2d8cd]"
/* SCSS */
$brand: #b2d8cd;
/* SwiftUI */
Color(red: 0.698, green: 0.847, blue: 0.804)
/* Android */
Color.parseColor("#b2d8cd")Accessibility — WCAG contrast
Aa
#b2d8cd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d8cd on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green84.7%
Blue80.4%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow5.1%
Key (black)15.3%
Color previews
#b2d8cd text on a black background
contrast 13.60:1
Card sample
#b2d8cd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d8cd;
Background color
Panel with #b2d8cd background
background-color: #b2d8cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d8cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 216, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 216, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d8cd; background: linear-gradient(135deg, #b2d8cd, #B2CAD8);