#b2f5ff
a light, electric cyan · cool · closest name: skyblue
RGB
178, 245, 255
HSL
188°, 100%, 85%
CMYK
30, 4, 0, 0
Luminance
0.8199
Every format
| HEX | #b2f5ff |
| RGB | rgb(178, 245, 255) |
| HSL | hsl(188, 100%, 85%) |
| CMYK | cmyk(30%, 4%, 0%, 0%) |
| LAB | lab(92.6 -18.5 -11.5) |
| LCH | lch(92.6 21.8 211.9) |
| OKLCH | oklch(0.929 0.068 207.6) |
Copy-ready code
/* CSS */
color: #b2f5ff;
background-color: #b2f5ff;
/* Tailwind (arbitrary) */
class="text-[#b2f5ff] bg-[#b2f5ff]"
/* SCSS */
$brand: #b2f5ff;
/* SwiftUI */
Color(red: 0.698, green: 0.961, blue: 1.000)
/* Android */
Color.parseColor("#b2f5ff")Accessibility — WCAG contrast
Aa
#b2f5ff on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f5ff on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green96.1%
Blue100.0%
CMYK percentages
Cyan30.2%
Magenta3.9%
Yellow0.0%
Key (black)0.0%
Color previews
#b2f5ff text on a black background
contrast 17.40:1
Card sample
#b2f5ff text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f5ff;
Background color
Panel with #b2f5ff background
background-color: #b2f5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 245, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 245, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f5ff; background: linear-gradient(135deg, #b2f5ff, #B2C2FF);