#b5ebee
a light, vivid cyan · cool · closest name: skyblue
RGB
181, 235, 238
HSL
183°, 63%, 82%
CMYK
24, 1, 0, 7
Luminance
0.7541
Every format
| HEX | #b5ebee |
| RGB | rgb(181, 235, 238) |
| HSL | hsl(183, 63%, 82%) |
| CMYK | cmyk(24%, 1%, 0%, 7%) |
| LAB | lab(89.6 -16.4 -7.1) |
| LCH | lch(89.6 17.9 203.3) |
| OKLCH | oklch(0.904 0.055 200.5) |
Copy-ready code
/* CSS */
color: #b5ebee;
background-color: #b5ebee;
/* Tailwind (arbitrary) */
class="text-[#b5ebee] bg-[#b5ebee]"
/* SCSS */
$brand: #b5ebee;
/* SwiftUI */
Color(red: 0.710, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#b5ebee")Accessibility — WCAG contrast
Aa
#b5ebee on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5ebee on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green92.2%
Blue93.3%
CMYK percentages
Cyan23.9%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#b5ebee text on a black background
contrast 16.08:1
Card sample
#b5ebee text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5ebee;
Background color
Panel with #b5ebee background
background-color: #b5ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5ebee; background: linear-gradient(135deg, #b5ebee, #B5C5EE);