#b0fdee
a light, electric cyan · cool · closest name: aquamarine
RGB
176, 253, 238
HSL
168°, 95%, 84%
CMYK
30, 0, 6, 1
Luminance
0.8565
Every format
| HEX | #b0fdee |
| RGB | rgb(176, 253, 238) |
| HSL | hsl(168, 95%, 84%) |
| CMYK | cmyk(30%, 0%, 6%, 1%) |
| LAB | lab(94.2 -26.6 -0.4) |
| LCH | lch(94.2 26.6 180.8) |
| OKLCH | oklch(0.940 0.078 181.0) |
Copy-ready code
/* CSS */
color: #b0fdee;
background-color: #b0fdee;
/* Tailwind (arbitrary) */
class="text-[#b0fdee] bg-[#b0fdee]"
/* SCSS */
$brand: #b0fdee;
/* SwiftUI */
Color(red: 0.690, green: 0.992, blue: 0.933)
/* Android */
Color.parseColor("#b0fdee")Accessibility — WCAG contrast
Aa
#b0fdee on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0fdee on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green99.2%
Blue93.3%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow5.9%
Key (black)0.8%
Color previews
#b0fdee text on a black background
contrast 18.13:1
Card sample
#b0fdee text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0fdee;
Background color
Panel with #b0fdee background
background-color: #b0fdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0fdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 253, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 253, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0fdee; background: linear-gradient(135deg, #b0fdee, #B0D9FD);