#b6daeb
a light, vivid cyan · cool · closest name: skyblue
RGB
182, 218, 235
HSL
199°, 57%, 82%
CMYK
23, 7, 0, 8
Luminance
0.6609
Every format
| HEX | #b6daeb |
| RGB | rgb(182, 218, 235) |
| HSL | hsl(199, 57%, 82%) |
| CMYK | cmyk(23%, 7%, 0%, 8%) |
| LAB | lab(85.0 -8.1 -12.2) |
| LCH | lch(85.0 14.7 236.4) |
| OKLCH | oklch(0.868 0.045 228.1) |
Copy-ready code
/* CSS */
color: #b6daeb;
background-color: #b6daeb;
/* Tailwind (arbitrary) */
class="text-[#b6daeb] bg-[#b6daeb]"
/* SCSS */
$brand: #b6daeb;
/* SwiftUI */
Color(red: 0.714, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#b6daeb")Accessibility — WCAG contrast
Aa
#b6daeb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6daeb on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green85.5%
Blue92.2%
CMYK percentages
Cyan22.6%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b6daeb text on a black background
contrast 14.22:1
Card sample
#b6daeb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6daeb;
Background color
Panel with #b6daeb background
background-color: #b6daeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6daeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6daeb; background: linear-gradient(135deg, #b6daeb, #B6B7EB);