#b2f2fa
a light, electric cyan · cool · closest name: skyblue
RGB
178, 242, 250
HSL
187°, 88%, 84%
CMYK
29, 3, 0, 2
Luminance
0.7987
Every format
| HEX | #b2f2fa |
| RGB | rgb(178, 242, 250) |
| HSL | hsl(187, 88%, 84%) |
| CMYK | cmyk(29%, 3%, 0%, 2%) |
| LAB | lab(91.6 -18.1 -10.3) |
| LCH | lch(91.6 20.9 209.7) |
| OKLCH | oklch(0.921 0.065 205.7) |
Copy-ready code
/* CSS */
color: #b2f2fa;
background-color: #b2f2fa;
/* Tailwind (arbitrary) */
class="text-[#b2f2fa] bg-[#b2f2fa]"
/* SCSS */
$brand: #b2f2fa;
/* SwiftUI */
Color(red: 0.698, green: 0.949, blue: 0.980)
/* Android */
Color.parseColor("#b2f2fa")Accessibility — WCAG contrast
Aa
#b2f2fa on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f2fa on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green94.9%
Blue98.0%
CMYK percentages
Cyan28.8%
Magenta3.2%
Yellow0.0%
Key (black)2.0%
Color previews
#b2f2fa text on a black background
contrast 16.97:1
Card sample
#b2f2fa text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f2fa;
Background color
Panel with #b2f2fa background
background-color: #b2f2fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f2fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 242, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 242, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f2fa; background: linear-gradient(135deg, #b2f2fa, #B2C2FA);