#b8daf3
a light, vivid blue · cool · closest name: skyblue
RGB
184, 218, 243
HSL
205°, 71%, 84%
CMYK
24, 10, 0, 5
Luminance
0.6680
Every format
| HEX | #b8daf3 |
| RGB | rgb(184, 218, 243) |
| HSL | hsl(205, 71%, 84%) |
| CMYK | cmyk(24%, 10%, 0%, 5%) |
| LAB | lab(85.4 -5.8 -15.9) |
| LCH | lch(85.4 16.9 250.1) |
| OKLCH | oklch(0.872 0.050 240.0) |
Copy-ready code
/* CSS */
color: #b8daf3;
background-color: #b8daf3;
/* Tailwind (arbitrary) */
class="text-[#b8daf3] bg-[#b8daf3]"
/* SCSS */
$brand: #b8daf3;
/* SwiftUI */
Color(red: 0.722, green: 0.855, blue: 0.953)
/* Android */
Color.parseColor("#b8daf3")Accessibility — WCAG contrast
Aa
#b8daf3 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8daf3 on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green85.5%
Blue95.3%
CMYK percentages
Cyan24.3%
Magenta10.3%
Yellow0.0%
Key (black)4.7%
Color previews
#b8daf3 text on a black background
contrast 14.36:1
Card sample
#b8daf3 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8daf3;
Background color
Panel with #b8daf3 background
background-color: #b8daf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8daf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 218, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 218, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8daf3; background: linear-gradient(135deg, #b8daf3, #BDB8F3);