#b2f8ff
a light, electric cyan · cool · closest name: skyblue
RGB
178, 248, 255
HSL
186°, 100%, 85%
CMYK
30, 3, 0, 0
Luminance
0.8382
Every format
| HEX | #b2f8ff |
| RGB | rgb(178, 248, 255) |
| HSL | hsl(186, 100%, 85%) |
| CMYK | cmyk(30%, 3%, 0%, 0%) |
| LAB | lab(93.4 -19.9 -10.3) |
| LCH | lch(93.4 22.5 207.4) |
| OKLCH | oklch(0.935 0.070 203.8) |
Copy-ready code
/* CSS */
color: #b2f8ff;
background-color: #b2f8ff;
/* Tailwind (arbitrary) */
class="text-[#b2f8ff] bg-[#b2f8ff]"
/* SCSS */
$brand: #b2f8ff;
/* SwiftUI */
Color(red: 0.698, green: 0.973, blue: 1.000)
/* Android */
Color.parseColor("#b2f8ff")Accessibility — WCAG contrast
Aa
#b2f8ff on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f8ff on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green97.3%
Blue100.0%
CMYK percentages
Cyan30.2%
Magenta2.7%
Yellow0.0%
Key (black)0.0%
Color previews
#b2f8ff text on a black background
contrast 17.76:1
Card sample
#b2f8ff text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f8ff;
Background color
Panel with #b2f8ff background
background-color: #b2f8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 248, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 248, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f8ff; background: linear-gradient(135deg, #b2f8ff, #B2C5FF);