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