#b8f9eb
a light, electric cyan · cool · closest name: beige
RGB
184, 249, 235
HSL
167°, 84%, 85%
CMYK
26, 0, 6, 2
Luminance
0.8394
Every format
| HEX | #b8f9eb |
| RGB | rgb(184, 249, 235) |
| HSL | hsl(167, 84%, 85%) |
| CMYK | cmyk(26%, 0%, 6%, 2%) |
| LAB | lab(93.4 -23.1 0.2) |
| LCH | lch(93.4 23.1 179.6) |
| OKLCH | oklch(0.935 0.068 180.0) |
Copy-ready code
/* CSS */
color: #b8f9eb;
background-color: #b8f9eb;
/* Tailwind (arbitrary) */
class="text-[#b8f9eb] bg-[#b8f9eb]"
/* SCSS */
$brand: #b8f9eb;
/* SwiftUI */
Color(red: 0.722, green: 0.976, blue: 0.922)
/* Android */
Color.parseColor("#b8f9eb")Accessibility — WCAG contrast
Aa
#b8f9eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8f9eb on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green97.6%
Blue92.2%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow5.6%
Key (black)2.4%
Color previews
#b8f9eb text on a black background
contrast 17.79:1
Card sample
#b8f9eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8f9eb;
Background color
Panel with #b8f9eb background
background-color: #b8f9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8f9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 249, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 249, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8f9eb; background: linear-gradient(135deg, #b8f9eb, #B8DCF9);