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