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