#b0ffeb
a light, electric cyan · cool · closest name: aquamarine
RGB
176, 255, 235
HSL
165°, 100%, 85%
CMYK
31, 0, 8, 0
Luminance
0.8675
Every format
| HEX | #b0ffeb |
| RGB | rgb(176, 255, 235) |
| HSL | hsl(165, 100%, 85%) |
| CMYK | cmyk(31%, 0%, 8%, 0%) |
| LAB | lab(94.6 -28.2 1.9) |
| LCH | lch(94.6 28.3 176.2) |
| OKLCH | oklch(0.943 0.082 176.8) |
Copy-ready code
/* CSS */
color: #b0ffeb;
background-color: #b0ffeb;
/* Tailwind (arbitrary) */
class="text-[#b0ffeb] bg-[#b0ffeb]"
/* SCSS */
$brand: #b0ffeb;
/* SwiftUI */
Color(red: 0.690, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#b0ffeb")Accessibility — WCAG contrast
Aa
#b0ffeb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ffeb on black: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green100.0%
Blue92.2%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#b0ffeb text on a black background
contrast 18.35:1
Card sample
#b0ffeb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ffeb;
Background color
Panel with #b0ffeb background
background-color: #b0ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ffeb; background: linear-gradient(135deg, #b0ffeb, #B0DEFF);