#b4dffc
a light, electric blue · cool · closest name: skyblue
RGB
180, 223, 252
HSL
204°, 92%, 85%
CMYK
29, 12, 0, 1
Luminance
0.6951
Every format
| HEX | #b4dffc |
| RGB | rgb(180, 223, 252) |
| HSL | hsl(204, 92%, 85%) |
| CMYK | cmyk(29%, 12%, 0%, 1%) |
| LAB | lab(86.8 -7.5 -18.6) |
| LCH | lch(86.8 20.1 248.2) |
| OKLCH | oklch(0.883 0.060 237.9) |
Copy-ready code
/* CSS */
color: #b4dffc;
background-color: #b4dffc;
/* Tailwind (arbitrary) */
class="text-[#b4dffc] bg-[#b4dffc]"
/* SCSS */
$brand: #b4dffc;
/* SwiftUI */
Color(red: 0.706, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#b4dffc")Accessibility — WCAG contrast
Aa
#b4dffc on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4dffc on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green87.5%
Blue98.8%
CMYK percentages
Cyan28.6%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#b4dffc text on a black background
contrast 14.90:1
Card sample
#b4dffc text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4dffc;
Background color
Panel with #b4dffc background
background-color: #b4dffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4dffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4dffc; background: linear-gradient(135deg, #b4dffc, #B9B4FC);