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