#b2ebfd
a light, electric cyan · cool · closest name: skyblue
RGB
178, 235, 253
HSL
194°, 95%, 85%
CMYK
30, 7, 0, 1
Luminance
0.7597
Every format
| HEX | #b2ebfd |
| RGB | rgb(178, 235, 253) |
| HSL | hsl(194, 95%, 85%) |
| CMYK | cmyk(30%, 7%, 0%, 1%) |
| LAB | lab(89.8 -13.9 -14.5) |
| LCH | lch(89.8 20.1 226.2) |
| OKLCH | oklch(0.907 0.063 219.2) |
Copy-ready code
/* CSS */
color: #b2ebfd;
background-color: #b2ebfd;
/* Tailwind (arbitrary) */
class="text-[#b2ebfd] bg-[#b2ebfd]"
/* SCSS */
$brand: #b2ebfd;
/* SwiftUI */
Color(red: 0.698, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#b2ebfd")Accessibility — WCAG contrast
Aa
#b2ebfd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ebfd on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green92.2%
Blue99.2%
CMYK percentages
Cyan29.6%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b2ebfd text on a black background
contrast 16.19:1
Card sample
#b2ebfd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ebfd;
Background color
Panel with #b2ebfd background
background-color: #b2ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ebfd; background: linear-gradient(135deg, #b2ebfd, #B2B9FD);