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