#b1fdf0
a light, electric cyan · cool · closest name: turquoise
RGB
177, 253, 240
HSL
170°, 95%, 84%
CMYK
30, 0, 5, 1
Luminance
0.8589
Every format
| HEX | #b1fdf0 |
| RGB | rgb(177, 253, 240) |
| HSL | hsl(170, 95%, 84%) |
| CMYK | cmyk(30%, 0%, 5%, 1%) |
| LAB | lab(94.3 -25.9 -1.3) |
| LCH | lch(94.3 26.0 182.8) |
| OKLCH | oklch(0.941 0.077 182.8) |
Copy-ready code
/* CSS */
color: #b1fdf0;
background-color: #b1fdf0;
/* Tailwind (arbitrary) */
class="text-[#b1fdf0] bg-[#b1fdf0]"
/* SCSS */
$brand: #b1fdf0;
/* SwiftUI */
Color(red: 0.694, green: 0.992, blue: 0.941)
/* Android */
Color.parseColor("#b1fdf0")Accessibility — WCAG contrast
Aa
#b1fdf0 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1fdf0 on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green99.2%
Blue94.1%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow5.1%
Key (black)0.8%
Color previews
#b1fdf0 text on a black background
contrast 18.18:1
Card sample
#b1fdf0 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1fdf0;
Background color
Panel with #b1fdf0 background
background-color: #b1fdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1fdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 253, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 253, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1fdf0; background: linear-gradient(135deg, #b1fdf0, #B1D7FD);