#b2edeb
a light, vivid cyan · cool · closest name: skyblue
RGB
178, 237, 235
HSL
178°, 62%, 81%
CMYK
25, 0, 1, 7
Luminance
0.7603
Every format
| HEX | #b2edeb |
| RGB | rgb(178, 237, 235) |
| HSL | hsl(178, 62%, 81%) |
| CMYK | cmyk(25%, 0%, 1%, 7%) |
| LAB | lab(89.9 -18.9 -5.1) |
| LCH | lch(89.9 19.6 195.0) |
| OKLCH | oklch(0.906 0.060 193.5) |
Copy-ready code
/* CSS */
color: #b2edeb;
background-color: #b2edeb;
/* Tailwind (arbitrary) */
class="text-[#b2edeb] bg-[#b2edeb]"
/* SCSS */
$brand: #b2edeb;
/* SwiftUI */
Color(red: 0.698, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#b2edeb")Accessibility — WCAG contrast
Aa
#b2edeb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2edeb on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green92.9%
Blue92.2%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#b2edeb text on a black background
contrast 16.21:1
Card sample
#b2edeb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2edeb;
Background color
Panel with #b2edeb background
background-color: #b2edeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2edeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2edeb; background: linear-gradient(135deg, #b2edeb, #B2C8ED);