#b6ebed
a light, vivid cyan · cool · closest name: skyblue
RGB
182, 235, 237
HSL
182°, 60%, 82%
CMYK
23, 1, 0, 7
Luminance
0.7548
Every format
| HEX | #b6ebed |
| RGB | rgb(182, 235, 237) |
| HSL | hsl(182, 60%, 82%) |
| CMYK | cmyk(23%, 1%, 0%, 7%) |
| LAB | lab(89.6 -16.4 -6.5) |
| LCH | lch(89.6 17.6 201.7) |
| OKLCH | oklch(0.904 0.054 199.1) |
Copy-ready code
/* CSS */
color: #b6ebed;
background-color: #b6ebed;
/* Tailwind (arbitrary) */
class="text-[#b6ebed] bg-[#b6ebed]"
/* SCSS */
$brand: #b6ebed;
/* SwiftUI */
Color(red: 0.714, green: 0.922, blue: 0.929)
/* Android */
Color.parseColor("#b6ebed")Accessibility — WCAG contrast
Aa
#b6ebed on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6ebed on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green92.2%
Blue92.9%
CMYK percentages
Cyan23.2%
Magenta0.8%
Yellow0.0%
Key (black)7.1%
Color previews
#b6ebed text on a black background
contrast 16.10:1
Card sample
#b6ebed text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6ebed;
Background color
Panel with #b6ebed background
background-color: #b6ebed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6ebed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 235, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 235, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6ebed; background: linear-gradient(135deg, #b6ebed, #B6C6ED);