#b2dcdf
a light, soft cyan · cool · closest name: silver
RGB
178, 220, 223
HSL
184°, 41%, 79%
CMYK
20, 1, 0, 13
Luminance
0.6598
Every format
| HEX | #b2dcdf |
| RGB | rgb(178, 220, 223) |
| HSL | hsl(184, 41%, 79%) |
| CMYK | cmyk(20%, 1%, 0%, 13%) |
| LAB | lab(85.0 -13.0 -6.0) |
| LCH | lch(85.0 14.3 204.8) |
| OKLCH | oklch(0.866 0.044 201.8) |
Copy-ready code
/* CSS */
color: #b2dcdf;
background-color: #b2dcdf;
/* Tailwind (arbitrary) */
class="text-[#b2dcdf] bg-[#b2dcdf]"
/* SCSS */
$brand: #b2dcdf;
/* SwiftUI */
Color(red: 0.698, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#b2dcdf")Accessibility — WCAG contrast
Aa
#b2dcdf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dcdf on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green86.3%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#b2dcdf text on a black background
contrast 14.20:1
Card sample
#b2dcdf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dcdf;
Background color
Panel with #b2dcdf background
background-color: #b2dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dcdf; background: linear-gradient(135deg, #b2dcdf, #B2BEDF);