#b2ebfa
a light, electric cyan · cool · closest name: skyblue
RGB
178, 235, 250
HSL
193°, 88%, 84%
CMYK
29, 6, 0, 2
Luminance
0.7578
Every format
| HEX | #b2ebfa |
| RGB | rgb(178, 235, 250) |
| HSL | hsl(193, 88%, 84%) |
| CMYK | cmyk(29%, 6%, 0%, 2%) |
| LAB | lab(89.8 -14.6 -13.1) |
| LCH | lch(89.8 19.6 221.9) |
| OKLCH | oklch(0.906 0.061 215.7) |
Copy-ready code
/* CSS */
color: #b2ebfa;
background-color: #b2ebfa;
/* Tailwind (arbitrary) */
class="text-[#b2ebfa] bg-[#b2ebfa]"
/* SCSS */
$brand: #b2ebfa;
/* SwiftUI */
Color(red: 0.698, green: 0.922, blue: 0.980)
/* Android */
Color.parseColor("#b2ebfa")Accessibility — WCAG contrast
Aa
#b2ebfa on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ebfa on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green92.2%
Blue98.0%
CMYK percentages
Cyan28.8%
Magenta6.0%
Yellow0.0%
Key (black)2.0%
Color previews
#b2ebfa text on a black background
contrast 16.16:1
Card sample
#b2ebfa text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ebfa;
Background color
Panel with #b2ebfa background
background-color: #b2ebfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ebfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 235, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 235, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ebfa; background: linear-gradient(135deg, #b2ebfa, #B2BBFA);