#b2daeb
a light, vivid cyan · cool · closest name: skyblue
RGB
178, 218, 235
HSL
198°, 59%, 81%
CMYK
24, 7, 0, 8
Luminance
0.6561
Every format
| HEX | #b2daeb |
| RGB | rgb(178, 218, 235) |
| HSL | hsl(198, 59%, 81%) |
| CMYK | cmyk(24%, 7%, 0%, 8%) |
| LAB | lab(84.8 -9.3 -12.6) |
| LCH | lch(84.8 15.7 233.5) |
| OKLCH | oklch(0.865 0.048 225.6) |
Copy-ready code
/* CSS */
color: #b2daeb;
background-color: #b2daeb;
/* Tailwind (arbitrary) */
class="text-[#b2daeb] bg-[#b2daeb]"
/* SCSS */
$brand: #b2daeb;
/* SwiftUI */
Color(red: 0.698, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#b2daeb")Accessibility — WCAG contrast
Aa
#b2daeb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2daeb on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.5%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b2daeb text on a black background
contrast 14.12:1
Card sample
#b2daeb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2daeb;
Background color
Panel with #b2daeb background
background-color: #b2daeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2daeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2daeb; background: linear-gradient(135deg, #b2daeb, #B2B4EB);