#b2f3fe
a light, electric cyan · cool · closest name: skyblue
RGB
178, 243, 254
HSL
189°, 97%, 85%
CMYK
30, 4, 0, 0
Luminance
0.8072
Every format
| HEX | #b2f3fe |
| RGB | rgb(178, 243, 254) |
| HSL | hsl(189, 97%, 85%) |
| CMYK | cmyk(30%, 4%, 0%, 0%) |
| LAB | lab(92.0 -17.7 -11.8) |
| LCH | lch(92.0 21.3 213.7) |
| OKLCH | oklch(0.924 0.067 209.1) |
Copy-ready code
/* CSS */
color: #b2f3fe;
background-color: #b2f3fe;
/* Tailwind (arbitrary) */
class="text-[#b2f3fe] bg-[#b2f3fe]"
/* SCSS */
$brand: #b2f3fe;
/* SwiftUI */
Color(red: 0.698, green: 0.953, blue: 0.996)
/* Android */
Color.parseColor("#b2f3fe")Accessibility — WCAG contrast
Aa
#b2f3fe on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f3fe on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green95.3%
Blue99.6%
CMYK percentages
Cyan29.9%
Magenta4.3%
Yellow0.0%
Key (black)0.4%
Color previews
#b2f3fe text on a black background
contrast 17.14:1
Card sample
#b2f3fe text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f3fe;
Background color
Panel with #b2f3fe background
background-color: #b2f3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 243, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 243, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f3fe; background: linear-gradient(135deg, #b2f3fe, #B2C0FE);