#b8e9eb
a light, vivid cyan · cool · closest name: skyblue
RGB
184, 233, 235
HSL
182°, 56%, 82%
CMYK
22, 1, 0, 8
Luminance
0.7447
Every format
| HEX | #b8e9eb |
| RGB | rgb(184, 233, 235) |
| HSL | hsl(182, 56%, 82%) |
| CMYK | cmyk(22%, 1%, 0%, 8%) |
| LAB | lab(89.1 -15.2 -6.1) |
| LCH | lch(89.1 16.4 202.0) |
| OKLCH | oklch(0.901 0.050 199.4) |
Copy-ready code
/* CSS */
color: #b8e9eb;
background-color: #b8e9eb;
/* Tailwind (arbitrary) */
class="text-[#b8e9eb] bg-[#b8e9eb]"
/* SCSS */
$brand: #b8e9eb;
/* SwiftUI */
Color(red: 0.722, green: 0.914, blue: 0.922)
/* Android */
Color.parseColor("#b8e9eb")Accessibility — WCAG contrast
Aa
#b8e9eb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8e9eb on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green91.4%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta0.9%
Yellow0.0%
Key (black)7.8%
Color previews
#b8e9eb text on a black background
contrast 15.89:1
Card sample
#b8e9eb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8e9eb;
Background color
Panel with #b8e9eb background
background-color: #b8e9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8e9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 233, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 233, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8e9eb; background: linear-gradient(135deg, #b8e9eb, #B8C7EB);