#b8ebee
a light, vivid cyan · cool · closest name: skyblue
RGB
184, 235, 238
HSL
183°, 61%, 83%
CMYK
23, 1, 0, 7
Luminance
0.7578
Every format
| HEX | #b8ebee |
| RGB | rgb(184, 235, 238) |
| HSL | hsl(183, 61%, 83%) |
| CMYK | cmyk(23%, 1%, 0%, 7%) |
| LAB | lab(89.8 -15.6 -6.8) |
| LCH | lch(89.8 17.0 203.6) |
| OKLCH | oklch(0.906 0.052 200.7) |
Copy-ready code
/* CSS */
color: #b8ebee;
background-color: #b8ebee;
/* Tailwind (arbitrary) */
class="text-[#b8ebee] bg-[#b8ebee]"
/* SCSS */
$brand: #b8ebee;
/* SwiftUI */
Color(red: 0.722, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#b8ebee")Accessibility — WCAG contrast
Aa
#b8ebee on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8ebee on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green92.2%
Blue93.3%
CMYK percentages
Cyan22.7%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#b8ebee text on a black background
contrast 16.16:1
Card sample
#b8ebee text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8ebee;
Background color
Panel with #b8ebee background
background-color: #b8ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8ebee; background: linear-gradient(135deg, #b8ebee, #B8C7EE);