#b8fceb
a pale, electric cyan · cool · closest name: aquamarine
RGB
184, 252, 235
HSL
165°, 92%, 86%
CMYK
27, 0, 7, 1
Luminance
0.8581
Every format
| HEX | #b8fceb |
| RGB | rgb(184, 252, 235) |
| HSL | hsl(165, 92%, 86%) |
| CMYK | cmyk(27%, 0%, 7%, 1%) |
| LAB | lab(94.2 -24.5 1.3) |
| LCH | lch(94.2 24.6 176.9) |
| OKLCH | oklch(0.941 0.071 177.5) |
Copy-ready code
/* CSS */
color: #b8fceb;
background-color: #b8fceb;
/* Tailwind (arbitrary) */
class="text-[#b8fceb] bg-[#b8fceb]"
/* SCSS */
$brand: #b8fceb;
/* SwiftUI */
Color(red: 0.722, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#b8fceb")Accessibility — WCAG contrast
Aa
#b8fceb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8fceb on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green98.8%
Blue92.2%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#b8fceb text on a black background
contrast 18.16:1
Card sample
#b8fceb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8fceb;
Background color
Panel with #b8fceb background
background-color: #b8fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8fceb; background: linear-gradient(135deg, #b8fceb, #B8E0FC);