#b2eef2
a light, vivid cyan · cool · closest name: skyblue
RGB
178, 238, 242
HSL
184°, 71%, 82%
CMYK
26, 2, 0, 5
Luminance
0.7702
Every format
| HEX | #b2eef2 |
| RGB | rgb(178, 238, 242) |
| HSL | hsl(184, 71%, 82%) |
| CMYK | cmyk(26%, 2%, 0%, 5%) |
| LAB | lab(90.3 -17.9 -8.1) |
| LCH | lch(90.3 19.6 204.3) |
| OKLCH | oklch(0.910 0.061 201.3) |
Copy-ready code
/* CSS */
color: #b2eef2;
background-color: #b2eef2;
/* Tailwind (arbitrary) */
class="text-[#b2eef2] bg-[#b2eef2]"
/* SCSS */
$brand: #b2eef2;
/* SwiftUI */
Color(red: 0.698, green: 0.933, blue: 0.949)
/* Android */
Color.parseColor("#b2eef2")Accessibility — WCAG contrast
Aa
#b2eef2 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2eef2 on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green93.3%
Blue94.9%
CMYK percentages
Cyan26.4%
Magenta1.7%
Yellow0.0%
Key (black)5.1%
Color previews
#b2eef2 text on a black background
contrast 16.40:1
Card sample
#b2eef2 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2eef2;
Background color
Panel with #b2eef2 background
background-color: #b2eef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2eef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 238, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 238, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2eef2; background: linear-gradient(135deg, #b2eef2, #B2C3F2);