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