#b8ebe0
a light, vivid cyan · cool · closest name: beige
RGB
184, 235, 224
HSL
167°, 56%, 82%
CMYK
22, 0, 5, 8
Luminance
0.7499
Every format
| HEX | #b8ebe0 |
| RGB | rgb(184, 235, 224) |
| HSL | hsl(167, 56%, 82%) |
| CMYK | cmyk(22%, 0%, 5%, 8%) |
| LAB | lab(89.4 -18.5 -0.0) |
| LCH | lch(89.4 18.5 180.0) |
| OKLCH | oklch(0.902 0.054 180.3) |
Copy-ready code
/* CSS */
color: #b8ebe0;
background-color: #b8ebe0;
/* Tailwind (arbitrary) */
class="text-[#b8ebe0] bg-[#b8ebe0]"
/* SCSS */
$brand: #b8ebe0;
/* SwiftUI */
Color(red: 0.722, green: 0.922, blue: 0.878)
/* Android */
Color.parseColor("#b8ebe0")Accessibility — WCAG contrast
Aa
#b8ebe0 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8ebe0 on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green92.2%
Blue87.8%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow4.7%
Key (black)7.8%
Color previews
#b8ebe0 text on a black background
contrast 16.00:1
Card sample
#b8ebe0 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8ebe0;
Background color
Panel with #b8ebe0 background
background-color: #b8ebe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8ebe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 235, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 235, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8ebe0; background: linear-gradient(135deg, #b8ebe0, #B8D4EB);