#b2f5ec
a light, electric cyan · cool · closest name: ivory
RGB
178, 245, 236
HSL
172°, 77%, 83%
CMYK
27, 0, 4, 4
Luminance
0.8083
Every format
| HEX | #b2f5ec |
| RGB | rgb(178, 245, 236) |
| HSL | hsl(172, 77%, 83%) |
| CMYK | cmyk(27%, 0%, 4%, 4%) |
| LAB | lab(92.0 -22.6 -2.4) |
| LCH | lch(92.0 22.8 186.1) |
| OKLCH | oklch(0.923 0.068 185.7) |
Copy-ready code
/* CSS */
color: #b2f5ec;
background-color: #b2f5ec;
/* Tailwind (arbitrary) */
class="text-[#b2f5ec] bg-[#b2f5ec]"
/* SCSS */
$brand: #b2f5ec;
/* SwiftUI */
Color(red: 0.698, green: 0.961, blue: 0.925)
/* Android */
Color.parseColor("#b2f5ec")Accessibility — WCAG contrast
Aa
#b2f5ec on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f5ec on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green96.1%
Blue92.5%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow3.7%
Key (black)3.9%
Color previews
#b2f5ec text on a black background
contrast 17.17:1
Card sample
#b2f5ec text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f5ec;
Background color
Panel with #b2f5ec background
background-color: #b2f5ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f5ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 245, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 245, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f5ec; background: linear-gradient(135deg, #b2f5ec, #B2D1F5);