#b8e3ea
a light, vivid cyan · cool · closest name: skyblue
RGB
184, 227, 234
HSL
188°, 54%, 82%
CMYK
21, 3, 0, 8
Luminance
0.7107
Every format
| HEX | #b8e3ea |
| RGB | rgb(184, 227, 234) |
| HSL | hsl(188, 54%, 82%) |
| CMYK | cmyk(21%, 3%, 0%, 8%) |
| LAB | lab(87.5 -12.4 -8.0) |
| LCH | lch(87.5 14.7 212.9) |
| OKLCH | oklch(0.888 0.046 208.5) |
Copy-ready code
/* CSS */
color: #b8e3ea;
background-color: #b8e3ea;
/* Tailwind (arbitrary) */
class="text-[#b8e3ea] bg-[#b8e3ea]"
/* SCSS */
$brand: #b8e3ea;
/* SwiftUI */
Color(red: 0.722, green: 0.890, blue: 0.918)
/* Android */
Color.parseColor("#b8e3ea")Accessibility — WCAG contrast
Aa
#b8e3ea on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8e3ea on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green89.0%
Blue91.8%
CMYK percentages
Cyan21.4%
Magenta3.0%
Yellow0.0%
Key (black)8.2%
Color previews
#b8e3ea text on a black background
contrast 15.21:1
Card sample
#b8e3ea text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8e3ea;
Background color
Panel with #b8e3ea background
background-color: #b8e3ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8e3ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 227, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 227, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8e3ea; background: linear-gradient(135deg, #b8e3ea, #B8C2EA);