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