#b4dfee
a light, vivid cyan · cool · closest name: skyblue
RGB
180, 223, 238
HSL
196°, 63%, 82%
CMYK
24, 6, 0, 7
Luminance
0.6865
Every format
| HEX | #b4dfee |
| RGB | rgb(180, 223, 238) |
| HSL | hsl(196, 63%, 82%) |
| CMYK | cmyk(24%, 6%, 0%, 7%) |
| LAB | lab(86.3 -10.6 -11.9) |
| LCH | lch(86.3 16.0 228.2) |
| OKLCH | oklch(0.878 0.049 221.1) |
Copy-ready code
/* CSS */
color: #b4dfee;
background-color: #b4dfee;
/* Tailwind (arbitrary) */
class="text-[#b4dfee] bg-[#b4dfee]"
/* SCSS */
$brand: #b4dfee;
/* SwiftUI */
Color(red: 0.706, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#b4dfee")Accessibility — WCAG contrast
Aa
#b4dfee on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4dfee on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green87.5%
Blue93.3%
CMYK percentages
Cyan24.4%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#b4dfee text on a black background
contrast 14.73:1
Card sample
#b4dfee text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4dfee;
Background color
Panel with #b4dfee background
background-color: #b4dfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4dfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4dfee; background: linear-gradient(135deg, #b4dfee, #B4B9EE);