#b2fcff
a light, electric cyan · cool · closest name: skyblue
RGB
178, 252, 255
HSL
182°, 100%, 85%
CMYK
30, 1, 0, 0
Luminance
0.8631
Every format
| HEX | #b2fcff |
| RGB | rgb(178, 252, 255) |
| HSL | hsl(182, 100%, 85%) |
| CMYK | cmyk(30%, 1%, 0%, 0%) |
| LAB | lab(94.4 -21.9 -8.7) |
| LCH | lch(94.4 23.6 201.7) |
| OKLCH | oklch(0.944 0.073 199.2) |
Copy-ready code
/* CSS */
color: #b2fcff;
background-color: #b2fcff;
/* Tailwind (arbitrary) */
class="text-[#b2fcff] bg-[#b2fcff]"
/* SCSS */
$brand: #b2fcff;
/* SwiftUI */
Color(red: 0.698, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#b2fcff")Accessibility — WCAG contrast
Aa
#b2fcff on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fcff on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.8%
Blue100.0%
CMYK percentages
Cyan30.2%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#b2fcff text on a black background
contrast 18.26:1
Card sample
#b2fcff text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fcff;
Background color
Panel with #b2fcff background
background-color: #b2fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fcff; background: linear-gradient(135deg, #b2fcff, #B2C9FF);