#b8dffc
a pale, electric blue · cool · closest name: skyblue
RGB
184, 223, 252
HSL
206°, 92%, 86%
CMYK
27, 12, 0, 1
Luminance
0.6999
Every format
| HEX | #b8dffc |
| RGB | rgb(184, 223, 252) |
| HSL | hsl(206, 92%, 86%) |
| CMYK | cmyk(27%, 12%, 0%, 1%) |
| LAB | lab(87.0 -6.3 -18.3) |
| LCH | lch(87.0 19.3 250.9) |
| OKLCH | oklch(0.885 0.057 240.5) |
Copy-ready code
/* CSS */
color: #b8dffc;
background-color: #b8dffc;
/* Tailwind (arbitrary) */
class="text-[#b8dffc] bg-[#b8dffc]"
/* SCSS */
$brand: #b8dffc;
/* SwiftUI */
Color(red: 0.722, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#b8dffc")Accessibility — WCAG contrast
Aa
#b8dffc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8dffc on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green87.5%
Blue98.8%
CMYK percentages
Cyan27.0%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#b8dffc text on a black background
contrast 15.00:1
Card sample
#b8dffc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8dffc;
Background color
Panel with #b8dffc background
background-color: #b8dffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8dffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8dffc; background: linear-gradient(135deg, #b8dffc, #BEB8FC);