#b2cfd1
a light, soft cyan · cool · closest name: silver
RGB
178, 207, 209
HSL
184°, 25%, 76%
CMYK
15, 1, 0, 18
Luminance
0.5869
Every format
| HEX | #b2cfd1 |
| RGB | rgb(178, 207, 209) |
| HSL | hsl(184, 25%, 76%) |
| CMYK | cmyk(15%, 1%, 0%, 18%) |
| LAB | lab(81.1 -9.2 -4.2) |
| LCH | lch(81.1 10.2 204.7) |
| OKLCH | oklch(0.834 0.031 201.7) |
Copy-ready code
/* CSS */
color: #b2cfd1;
background-color: #b2cfd1;
/* Tailwind (arbitrary) */
class="text-[#b2cfd1] bg-[#b2cfd1]"
/* SCSS */
$brand: #b2cfd1;
/* SwiftUI */
Color(red: 0.698, green: 0.812, blue: 0.820)
/* Android */
Color.parseColor("#b2cfd1")Accessibility — WCAG contrast
Aa
#b2cfd1 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cfd1 on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green81.2%
Blue82.0%
CMYK percentages
Cyan14.8%
Magenta1.0%
Yellow0.0%
Key (black)18.0%
Color previews
#b2cfd1 text on a black background
contrast 12.74:1
Card sample
#b2cfd1 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cfd1;
Background color
Panel with #b2cfd1 background
background-color: #b2cfd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cfd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 207, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 207, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cfd1; background: linear-gradient(135deg, #b2cfd1, #B2BAD1);