#b2eef3
a light, vivid cyan · cool · closest name: skyblue
RGB
178, 238, 243
HSL
185°, 73%, 83%
CMYK
27, 2, 0, 5
Luminance
0.7709
Every format
| HEX | #b2eef3 |
| RGB | rgb(178, 238, 243) |
| HSL | hsl(185, 73%, 83%) |
| CMYK | cmyk(27%, 2%, 0%, 5%) |
| LAB | lab(90.4 -17.7 -8.6) |
| LCH | lch(90.4 19.6 205.8) |
| OKLCH | oklch(0.910 0.061 202.6) |
Copy-ready code
/* CSS */
color: #b2eef3;
background-color: #b2eef3;
/* Tailwind (arbitrary) */
class="text-[#b2eef3] bg-[#b2eef3]"
/* SCSS */
$brand: #b2eef3;
/* SwiftUI */
Color(red: 0.698, green: 0.933, blue: 0.953)
/* Android */
Color.parseColor("#b2eef3")Accessibility — WCAG contrast
Aa
#b2eef3 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2eef3 on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green93.3%
Blue95.3%
CMYK percentages
Cyan26.7%
Magenta2.1%
Yellow0.0%
Key (black)4.7%
Color previews
#b2eef3 text on a black background
contrast 16.42:1
Card sample
#b2eef3 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2eef3;
Background color
Panel with #b2eef3 background
background-color: #b2eef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2eef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 238, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 238, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2eef3; background: linear-gradient(135deg, #b2eef3, #B2C3F3);