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