#b2d4cd
a light, soft cyan · cool · closest name: silver
RGB
178, 212, 205
HSL
168°, 28%, 77%
CMYK
16, 0, 3, 17
Luminance
0.6096
Every format
| HEX | #b2d4cd |
| RGB | rgb(178, 212, 205) |
| HSL | hsl(168, 28%, 77%) |
| CMYK | cmyk(16%, 0%, 3%, 17%) |
| LAB | lab(82.4 -12.6 -0.3) |
| LCH | lch(82.4 12.6 181.4) |
| OKLCH | oklch(0.843 0.037 181.5) |
Copy-ready code
/* CSS */
color: #b2d4cd;
background-color: #b2d4cd;
/* Tailwind (arbitrary) */
class="text-[#b2d4cd] bg-[#b2d4cd]"
/* SCSS */
$brand: #b2d4cd;
/* SwiftUI */
Color(red: 0.698, green: 0.831, blue: 0.804)
/* Android */
Color.parseColor("#b2d4cd")Accessibility — WCAG contrast
Aa
#b2d4cd on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d4cd on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green83.1%
Blue80.4%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow3.3%
Key (black)16.9%
Color previews
#b2d4cd text on a black background
contrast 13.19:1
Card sample
#b2d4cd text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d4cd;
Background color
Panel with #b2d4cd background
background-color: #b2d4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 212, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 212, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d4cd; background: linear-gradient(135deg, #b2d4cd, #B2C4D4);