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