#b2cfdc
a light, soft cyan · cool · closest name: silver
RGB
178, 207, 220
HSL
199°, 38%, 78%
CMYK
19, 6, 0, 14
Luminance
0.5926
Every format
| HEX | #b2cfdc |
| RGB | rgb(178, 207, 220) |
| HSL | hsl(199, 38%, 78%) |
| CMYK | cmyk(19%, 6%, 0%, 14%) |
| LAB | lab(81.4 -6.9 -9.7) |
| LCH | lch(81.4 11.9 234.5) |
| OKLCH | oklch(0.837 0.036 226.7) |
Copy-ready code
/* CSS */
color: #b2cfdc;
background-color: #b2cfdc;
/* Tailwind (arbitrary) */
class="text-[#b2cfdc] bg-[#b2cfdc]"
/* SCSS */
$brand: #b2cfdc;
/* SwiftUI */
Color(red: 0.698, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#b2cfdc")Accessibility — WCAG contrast
Aa
#b2cfdc on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cfdc on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green81.2%
Blue86.3%
CMYK percentages
Cyan19.1%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#b2cfdc text on a black background
contrast 12.85:1
Card sample
#b2cfdc text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cfdc;
Background color
Panel with #b2cfdc background
background-color: #b2cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cfdc; background: linear-gradient(135deg, #b2cfdc, #B2B3DC);