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