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