#b8eadf
a light, vivid cyan · cool · closest name: beige
RGB
184, 234, 223
HSL
167°, 54%, 82%
CMYK
21, 0, 5, 8
Luminance
0.7436
Every format
| HEX | #b8eadf |
| RGB | rgb(184, 234, 223) |
| HSL | hsl(167, 54%, 82%) |
| CMYK | cmyk(21%, 0%, 5%, 8%) |
| LAB | lab(89.1 -18.2 0.1) |
| LCH | lch(89.1 18.2 179.7) |
| OKLCH | oklch(0.899 0.053 180.1) |
Copy-ready code
/* CSS */
color: #b8eadf;
background-color: #b8eadf;
/* Tailwind (arbitrary) */
class="text-[#b8eadf] bg-[#b8eadf]"
/* SCSS */
$brand: #b8eadf;
/* SwiftUI */
Color(red: 0.722, green: 0.918, blue: 0.875)
/* Android */
Color.parseColor("#b8eadf")Accessibility — WCAG contrast
Aa
#b8eadf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8eadf on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green91.8%
Blue87.5%
CMYK percentages
Cyan21.4%
Magenta0.0%
Yellow4.7%
Key (black)8.2%
Color previews
#b8eadf text on a black background
contrast 15.87:1
Card sample
#b8eadf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8eadf;
Background color
Panel with #b8eadf background
background-color: #b8eadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8eadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 234, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 234, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8eadf; background: linear-gradient(135deg, #b8eadf, #B8D4EA);