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