#b6ffeb
a pale, electric cyan · cool · closest name: aquamarine
RGB
182, 255, 235
HSL
164°, 100%, 86%
CMYK
29, 0, 8, 0
Luminance
0.8746
Every format
| HEX | #b6ffeb |
| RGB | rgb(182, 255, 235) |
| HSL | hsl(164, 100%, 86%) |
| CMYK | cmyk(29%, 0%, 8%, 0%) |
| LAB | lab(94.9 -26.5 2.3) |
| LCH | lch(94.9 26.6 175.0) |
| OKLCH | oklch(0.947 0.077 175.7) |
Copy-ready code
/* CSS */
color: #b6ffeb;
background-color: #b6ffeb;
/* Tailwind (arbitrary) */
class="text-[#b6ffeb] bg-[#b6ffeb]"
/* SCSS */
$brand: #b6ffeb;
/* SwiftUI */
Color(red: 0.714, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#b6ffeb")Accessibility — WCAG contrast
Aa
#b6ffeb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6ffeb on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green100.0%
Blue92.2%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#b6ffeb text on a black background
contrast 18.49:1
Card sample
#b6ffeb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6ffeb;
Background color
Panel with #b6ffeb background
background-color: #b6ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6ffeb; background: linear-gradient(135deg, #b6ffeb, #B6E2FF);