#b2e4df
a light, vivid cyan · cool · closest name: silver
RGB
178, 228, 223
HSL
174°, 48%, 80%
CMYK
22, 0, 2, 11
Luminance
0.7028
Every format
| HEX | #b2e4df |
| RGB | rgb(178, 228, 223) |
| HSL | hsl(174, 48%, 80%) |
| CMYK | cmyk(22%, 0%, 2%, 11%) |
| LAB | lab(87.1 -17.0 -2.8) |
| LCH | lch(87.1 17.2 189.4) |
| OKLCH | oklch(0.883 0.052 188.7) |
Copy-ready code
/* CSS */
color: #b2e4df;
background-color: #b2e4df;
/* Tailwind (arbitrary) */
class="text-[#b2e4df] bg-[#b2e4df]"
/* SCSS */
$brand: #b2e4df;
/* SwiftUI */
Color(red: 0.698, green: 0.894, blue: 0.875)
/* Android */
Color.parseColor("#b2e4df")Accessibility — WCAG contrast
Aa
#b2e4df on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2e4df on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green89.4%
Blue87.5%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow2.2%
Key (black)10.6%
Color previews
#b2e4df text on a black background
contrast 15.06:1
Card sample
#b2e4df text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2e4df;
Background color
Panel with #b2e4df background
background-color: #b2e4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2e4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 228, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 228, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2e4df; background: linear-gradient(135deg, #b2e4df, #B2C8E4);