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