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