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