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