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