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