#b0f5eb
a light, electric cyan · cool · closest name: turquoise
RGB
176, 245, 235
HSL
171°, 78%, 83%
CMYK
28, 0, 4, 4
Luminance
0.8053
Every format
| HEX | #b0f5eb |
| RGB | rgb(176, 245, 235) |
| HSL | hsl(171, 78%, 83%) |
| CMYK | cmyk(28%, 0%, 4%, 4%) |
| LAB | lab(91.9 -23.4 -2.1) |
| LCH | lch(91.9 23.5 185.1) |
| OKLCH | oklch(0.922 0.070 184.9) |
Copy-ready code
/* CSS */
color: #b0f5eb;
background-color: #b0f5eb;
/* Tailwind (arbitrary) */
class="text-[#b0f5eb] bg-[#b0f5eb]"
/* SCSS */
$brand: #b0f5eb;
/* SwiftUI */
Color(red: 0.690, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#b0f5eb")Accessibility — WCAG contrast
Aa
#b0f5eb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0f5eb on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green96.1%
Blue92.2%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#b0f5eb text on a black background
contrast 17.11:1
Card sample
#b0f5eb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0f5eb;
Background color
Panel with #b0f5eb background
background-color: #b0f5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0f5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0f5eb; background: linear-gradient(135deg, #b0f5eb, #B0D1F5);