#b2cfdd
a light, soft cyan · cool · closest name: silver
RGB
178, 207, 221
HSL
200°, 39%, 78%
CMYK
20, 6, 0, 13
Luminance
0.5931
Every format
| HEX | #b2cfdd |
| RGB | rgb(178, 207, 221) |
| HSL | hsl(200, 39%, 78%) |
| CMYK | cmyk(20%, 6%, 0%, 13%) |
| LAB | lab(81.5 -6.7 -10.2) |
| LCH | lch(81.5 12.2 236.6) |
| OKLCH | oklch(0.838 0.037 228.5) |
Copy-ready code
/* CSS */
color: #b2cfdd;
background-color: #b2cfdd;
/* Tailwind (arbitrary) */
class="text-[#b2cfdd] bg-[#b2cfdd]"
/* SCSS */
$brand: #b2cfdd;
/* SwiftUI */
Color(red: 0.698, green: 0.812, blue: 0.867)
/* Android */
Color.parseColor("#b2cfdd")Accessibility — WCAG contrast
Aa
#b2cfdd on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cfdd on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green81.2%
Blue86.7%
CMYK percentages
Cyan19.5%
Magenta6.3%
Yellow0.0%
Key (black)13.3%
Color previews
#b2cfdd text on a black background
contrast 12.86:1
Card sample
#b2cfdd text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cfdd;
Background color
Panel with #b2cfdd background
background-color: #b2cfdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cfdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 207, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 207, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cfdd; background: linear-gradient(135deg, #b2cfdd, #B2B2DD);