#b2f9fc
a light, electric cyan · cool · closest name: skyblue
RGB
178, 249, 252
HSL
182°, 93%, 84%
CMYK
29, 1, 0, 1
Luminance
0.8424
Every format
| HEX | #b2f9fc |
| RGB | rgb(178, 249, 252) |
| HSL | hsl(182, 93%, 84%) |
| CMYK | cmyk(29%, 1%, 0%, 1%) |
| LAB | lab(93.6 -21.1 -8.5) |
| LCH | lch(93.6 22.8 201.9) |
| OKLCH | oklch(0.936 0.070 199.3) |
Copy-ready code
/* CSS */
color: #b2f9fc;
background-color: #b2f9fc;
/* Tailwind (arbitrary) */
class="text-[#b2f9fc] bg-[#b2f9fc]"
/* SCSS */
$brand: #b2f9fc;
/* SwiftUI */
Color(red: 0.698, green: 0.976, blue: 0.988)
/* Android */
Color.parseColor("#b2f9fc")Accessibility — WCAG contrast
Aa
#b2f9fc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f9fc on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green97.6%
Blue98.8%
CMYK percentages
Cyan29.4%
Magenta1.2%
Yellow0.0%
Key (black)1.2%
Color previews
#b2f9fc text on a black background
contrast 17.85:1
Card sample
#b2f9fc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f9fc;
Background color
Panel with #b2f9fc background
background-color: #b2f9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 249, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 249, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f9fc; background: linear-gradient(135deg, #b2f9fc, #B2C8FC);