#b2eefd
a light, electric cyan · cool · closest name: skyblue
RGB
178, 238, 253
HSL
192°, 95%, 85%
CMYK
30, 6, 0, 1
Luminance
0.7771
Every format
| HEX | #b2eefd |
| RGB | rgb(178, 238, 253) |
| HSL | hsl(192, 95%, 85%) |
| CMYK | cmyk(30%, 6%, 0%, 1%) |
| LAB | lab(90.6 -15.4 -13.3) |
| LCH | lch(90.6 20.4 220.8) |
| OKLCH | oklch(0.913 0.064 214.8) |
Copy-ready code
/* CSS */
color: #b2eefd;
background-color: #b2eefd;
/* Tailwind (arbitrary) */
class="text-[#b2eefd] bg-[#b2eefd]"
/* SCSS */
$brand: #b2eefd;
/* SwiftUI */
Color(red: 0.698, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#b2eefd")Accessibility — WCAG contrast
Aa
#b2eefd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2eefd on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green93.3%
Blue99.2%
CMYK percentages
Cyan29.6%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b2eefd text on a black background
contrast 16.54:1
Card sample
#b2eefd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2eefd;
Background color
Panel with #b2eefd background
background-color: #b2eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2eefd; background: linear-gradient(135deg, #b2eefd, #B2BCFD);