#b8d2fc
a pale, electric blue · cool · closest name: skyblue
RGB
184, 210, 252
HSL
217°, 92%, 86%
CMYK
27, 17, 0, 1
Luminance
0.6331
Every format
| HEX | #b8d2fc |
| RGB | rgb(184, 210, 252) |
| HSL | hsl(217, 92%, 86%) |
| CMYK | cmyk(27%, 17%, 0%, 1%) |
| LAB | lab(83.6 0.5 -23.4) |
| LCH | lch(83.6 23.4 271.2) |
| OKLCH | oklch(0.859 0.065 259.9) |
Copy-ready code
/* CSS */
color: #b8d2fc;
background-color: #b8d2fc;
/* Tailwind (arbitrary) */
class="text-[#b8d2fc] bg-[#b8d2fc]"
/* SCSS */
$brand: #b8d2fc;
/* SwiftUI */
Color(red: 0.722, green: 0.824, blue: 0.988)
/* Android */
Color.parseColor("#b8d2fc")Accessibility — WCAG contrast
Aa
#b8d2fc on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8d2fc on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green82.4%
Blue98.8%
CMYK percentages
Cyan27.0%
Magenta16.7%
Yellow0.0%
Key (black)1.2%
Color previews
#b8d2fc text on a black background
contrast 13.66:1
Card sample
#b8d2fc text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8d2fc;
Background color
Panel with #b8d2fc background
background-color: #b8d2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8d2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 210, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 210, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8d2fc; background: linear-gradient(135deg, #b8d2fc, #CBB8FC);