#b0fcf4
a light, electric cyan · cool · closest name: turquoise
RGB
176, 252, 244
HSL
174°, 93%, 84%
CMYK
30, 0, 3, 1
Luminance
0.8538
Every format
| HEX | #b0fcf4 |
| RGB | rgb(176, 252, 244) |
| HSL | hsl(174, 93%, 84%) |
| CMYK | cmyk(30%, 0%, 3%, 1%) |
| LAB | lab(94.0 -24.9 -3.6) |
| LCH | lch(94.0 25.1 188.3) |
| OKLCH | oklch(0.939 0.075 187.7) |
Copy-ready code
/* CSS */
color: #b0fcf4;
background-color: #b0fcf4;
/* Tailwind (arbitrary) */
class="text-[#b0fcf4] bg-[#b0fcf4]"
/* SCSS */
$brand: #b0fcf4;
/* SwiftUI */
Color(red: 0.690, green: 0.988, blue: 0.957)
/* Android */
Color.parseColor("#b0fcf4")Accessibility — WCAG contrast
Aa
#b0fcf4 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0fcf4 on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green98.8%
Blue95.7%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow3.2%
Key (black)1.2%
Color previews
#b0fcf4 text on a black background
contrast 18.08:1
Card sample
#b0fcf4 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0fcf4;
Background color
Panel with #b0fcf4 background
background-color: #b0fcf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0fcf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 252, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 252, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0fcf4; background: linear-gradient(135deg, #b0fcf4, #B0D1FC);