#b7feee
a pale, electric cyan · cool · closest name: aquamarine
RGB
183, 254, 238
HSL
167°, 97%, 86%
CMYK
28, 0, 6, 0
Luminance
0.8712
Every format
| HEX | #b7feee |
| RGB | rgb(183, 254, 238) |
| HSL | hsl(167, 97%, 86%) |
| CMYK | cmyk(28%, 0%, 6%, 0%) |
| LAB | lab(94.8 -25.1 0.6) |
| LCH | lch(94.8 25.2 178.7) |
| OKLCH | oklch(0.946 0.074 179.1) |
Copy-ready code
/* CSS */
color: #b7feee;
background-color: #b7feee;
/* Tailwind (arbitrary) */
class="text-[#b7feee] bg-[#b7feee]"
/* SCSS */
$brand: #b7feee;
/* SwiftUI */
Color(red: 0.718, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#b7feee")Accessibility — WCAG contrast
Aa
#b7feee on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7feee on black: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green99.6%
Blue93.3%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#b7feee text on a black background
contrast 18.42:1
Card sample
#b7feee text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7feee;
Background color
Panel with #b7feee background
background-color: #b7feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7feee; background: linear-gradient(135deg, #b7feee, #B7DFFE);