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