#b2d6cd
a light, soft cyan · cool · closest name: silver
RGB
178, 214, 205
HSL
165°, 31%, 77%
CMYK
17, 0, 4, 16
Luminance
0.6197
Every format
| HEX | #b2d6cd |
| RGB | rgb(178, 214, 205) |
| HSL | hsl(165, 31%, 77%) |
| CMYK | cmyk(17%, 0%, 4%, 16%) |
| LAB | lab(82.9 -13.6 0.5) |
| LCH | lch(82.9 13.6 177.9) |
| OKLCH | oklch(0.848 0.040 178.4) |
Copy-ready code
/* CSS */
color: #b2d6cd;
background-color: #b2d6cd;
/* Tailwind (arbitrary) */
class="text-[#b2d6cd] bg-[#b2d6cd]"
/* SCSS */
$brand: #b2d6cd;
/* SwiftUI */
Color(red: 0.698, green: 0.839, blue: 0.804)
/* Android */
Color.parseColor("#b2d6cd")Accessibility — WCAG contrast
Aa
#b2d6cd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d6cd on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green83.9%
Blue80.4%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow4.2%
Key (black)16.1%
Color previews
#b2d6cd text on a black background
contrast 13.39:1
Card sample
#b2d6cd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d6cd;
Background color
Panel with #b2d6cd background
background-color: #b2d6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 214, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 214, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d6cd; background: linear-gradient(135deg, #b2d6cd, #B2C7D6);