#b2e6df
a light, vivid cyan · cool · closest name: silver
RGB
178, 230, 223
HSL
172°, 51%, 80%
CMYK
23, 0, 3, 10
Luminance
0.7139
Every format
| HEX | #b2e6df |
| RGB | rgb(178, 230, 223) |
| HSL | hsl(172, 51%, 80%) |
| CMYK | cmyk(23%, 0%, 3%, 10%) |
| LAB | lab(87.7 -18.0 -2.0) |
| LCH | lch(87.7 18.1 186.5) |
| OKLCH | oklch(0.887 0.054 186.1) |
Copy-ready code
/* CSS */
color: #b2e6df;
background-color: #b2e6df;
/* Tailwind (arbitrary) */
class="text-[#b2e6df] bg-[#b2e6df]"
/* SCSS */
$brand: #b2e6df;
/* SwiftUI */
Color(red: 0.698, green: 0.902, blue: 0.875)
/* Android */
Color.parseColor("#b2e6df")Accessibility — WCAG contrast
Aa
#b2e6df on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2e6df on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green90.2%
Blue87.5%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow3.0%
Key (black)9.8%
Color previews
#b2e6df text on a black background
contrast 15.28:1
Card sample
#b2e6df text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2e6df;
Background color
Panel with #b2e6df background
background-color: #b2e6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2e6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 230, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 230, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2e6df; background: linear-gradient(135deg, #b2e6df, #B2CAE6);