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