#b1fff4
a light, electric cyan · cool · closest name: turquoise
RGB
177, 255, 244
HSL
172°, 100%, 85%
CMYK
31, 0, 4, 0
Luminance
0.8740
Every format
| HEX | #b1fff4 |
| RGB | rgb(177, 255, 244) |
| HSL | hsl(172, 100%, 85%) |
| CMYK | cmyk(31%, 0%, 4%, 0%) |
| LAB | lab(94.9 -26.1 -2.4) |
| LCH | lch(94.9 26.2 185.2) |
| OKLCH | oklch(0.946 0.078 185.0) |
Copy-ready code
/* CSS */
color: #b1fff4;
background-color: #b1fff4;
/* Tailwind (arbitrary) */
class="text-[#b1fff4] bg-[#b1fff4]"
/* SCSS */
$brand: #b1fff4;
/* SwiftUI */
Color(red: 0.694, green: 1.000, blue: 0.957)
/* Android */
Color.parseColor("#b1fff4")Accessibility — WCAG contrast
Aa
#b1fff4 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1fff4 on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green100.0%
Blue95.7%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow4.3%
Key (black)0.0%
Color previews
#b1fff4 text on a black background
contrast 18.48:1
Card sample
#b1fff4 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1fff4;
Background color
Panel with #b1fff4 background
background-color: #b1fff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1fff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 255, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 255, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1fff4; background: linear-gradient(135deg, #b1fff4, #B1D6FF);