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