#b8daeb
a light, vivid blue · cool · closest name: skyblue
RGB
184, 218, 235
HSL
200°, 56%, 82%
CMYK
22, 7, 0, 8
Luminance
0.6633
Every format
| HEX | #b8daeb |
| RGB | rgb(184, 218, 235) |
| HSL | hsl(200, 56%, 82%) |
| CMYK | cmyk(22%, 7%, 0%, 8%) |
| LAB | lab(85.2 -7.5 -12.0) |
| LCH | lch(85.2 14.2 237.9) |
| OKLCH | oklch(0.869 0.043 229.5) |
Copy-ready code
/* CSS */
color: #b8daeb;
background-color: #b8daeb;
/* Tailwind (arbitrary) */
class="text-[#b8daeb] bg-[#b8daeb]"
/* SCSS */
$brand: #b8daeb;
/* SwiftUI */
Color(red: 0.722, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#b8daeb")Accessibility — WCAG contrast
Aa
#b8daeb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8daeb on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green85.5%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b8daeb text on a black background
contrast 14.27:1
Card sample
#b8daeb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8daeb;
Background color
Panel with #b8daeb background
background-color: #b8daeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8daeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8daeb; background: linear-gradient(135deg, #b8daeb, #B8B8EB);