#b8e2eb
a light, vivid cyan · cool · closest name: skyblue
RGB
184, 226, 235
HSL
191°, 56%, 82%
CMYK
22, 4, 0, 8
Luminance
0.7058
Every format
| HEX | #b8e2eb |
| RGB | rgb(184, 226, 235) |
| HSL | hsl(191, 56%, 82%) |
| CMYK | cmyk(22%, 4%, 0%, 8%) |
| LAB | lab(87.3 -11.7 -8.9) |
| LCH | lch(87.3 14.7 217.3) |
| OKLCH | oklch(0.886 0.045 212.2) |
Copy-ready code
/* CSS */
color: #b8e2eb;
background-color: #b8e2eb;
/* Tailwind (arbitrary) */
class="text-[#b8e2eb] bg-[#b8e2eb]"
/* SCSS */
$brand: #b8e2eb;
/* SwiftUI */
Color(red: 0.722, green: 0.886, blue: 0.922)
/* Android */
Color.parseColor("#b8e2eb")Accessibility — WCAG contrast
Aa
#b8e2eb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8e2eb on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green88.6%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta3.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b8e2eb text on a black background
contrast 15.12:1
Card sample
#b8e2eb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8e2eb;
Background color
Panel with #b8e2eb background
background-color: #b8e2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8e2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 226, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 226, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8e2eb; background: linear-gradient(135deg, #b8e2eb, #B8C0EB);