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