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