#b2f6ee
a light, electric cyan · cool · closest name: ivory
RGB
178, 246, 238
HSL
173°, 79%, 83%
CMYK
28, 0, 3, 4
Luminance
0.8155
Every format
| HEX | #b2f6ee |
| RGB | rgb(178, 246, 238) |
| HSL | hsl(173, 79%, 83%) |
| CMYK | cmyk(28%, 0%, 3%, 4%) |
| LAB | lab(92.4 -22.7 -3.0) |
| LCH | lch(92.4 22.9 187.5) |
| OKLCH | oklch(0.926 0.069 187.0) |
Copy-ready code
/* CSS */
color: #b2f6ee;
background-color: #b2f6ee;
/* Tailwind (arbitrary) */
class="text-[#b2f6ee] bg-[#b2f6ee]"
/* SCSS */
$brand: #b2f6ee;
/* SwiftUI */
Color(red: 0.698, green: 0.965, blue: 0.933)
/* Android */
Color.parseColor("#b2f6ee")Accessibility — WCAG contrast
Aa
#b2f6ee on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f6ee on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green96.5%
Blue93.3%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow3.3%
Key (black)3.5%
Color previews
#b2f6ee text on a black background
contrast 17.31:1
Card sample
#b2f6ee text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f6ee;
Background color
Panel with #b2f6ee background
background-color: #b2f6ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f6ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 246, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 246, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f6ee; background: linear-gradient(135deg, #b2f6ee, #B2D1F6);