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