#b0f4df
a light, electric cyan · cool · closest name: aquamarine
RGB
176, 244, 223
HSL
162°, 76%, 82%
CMYK
28, 0, 9, 4
Luminance
0.7926
Every format
| HEX | #b0f4df |
| RGB | rgb(176, 244, 223) |
| HSL | hsl(162, 76%, 82%) |
| CMYK | cmyk(28%, 0%, 9%, 4%) |
| LAB | lab(91.3 -25.4 3.3) |
| LCH | lch(91.3 25.7 172.6) |
| OKLCH | oklch(0.916 0.074 173.5) |
Copy-ready code
/* CSS */
color: #b0f4df;
background-color: #b0f4df;
/* Tailwind (arbitrary) */
class="text-[#b0f4df] bg-[#b0f4df]"
/* SCSS */
$brand: #b0f4df;
/* SwiftUI */
Color(red: 0.690, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#b0f4df")Accessibility — WCAG contrast
Aa
#b0f4df on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0f4df on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green95.7%
Blue87.5%
CMYK percentages
Cyan27.9%
Magenta0.0%
Yellow8.6%
Key (black)4.3%
Color previews
#b0f4df text on a black background
contrast 16.85:1
Card sample
#b0f4df text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0f4df;
Background color
Panel with #b0f4df background
background-color: #b0f4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0f4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0f4df; background: linear-gradient(135deg, #b0f4df, #B0DCF4);