#b2d3cd
a light, soft cyan · cool · closest name: silver
RGB
178, 211, 205
HSL
169°, 27%, 76%
CMYK
16, 0, 3, 17
Luminance
0.6046
Every format
| HEX | #b2d3cd |
| RGB | rgb(178, 211, 205) |
| HSL | hsl(169, 27%, 76%) |
| CMYK | cmyk(16%, 0%, 3%, 17%) |
| LAB | lab(82.1 -12.1 -0.7) |
| LCH | lch(82.1 12.1 183.3) |
| OKLCH | oklch(0.841 0.036 183.2) |
Copy-ready code
/* CSS */
color: #b2d3cd;
background-color: #b2d3cd;
/* Tailwind (arbitrary) */
class="text-[#b2d3cd] bg-[#b2d3cd]"
/* SCSS */
$brand: #b2d3cd;
/* SwiftUI */
Color(red: 0.698, green: 0.827, blue: 0.804)
/* Android */
Color.parseColor("#b2d3cd")Accessibility — WCAG contrast
Aa
#b2d3cd on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d3cd on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green82.7%
Blue80.4%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow2.8%
Key (black)17.3%
Color previews
#b2d3cd text on a black background
contrast 13.09:1
Card sample
#b2d3cd text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d3cd;
Background color
Panel with #b2d3cd background
background-color: #b2d3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 211, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 211, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d3cd; background: linear-gradient(135deg, #b2d3cd, #B2C3D3);