#b4d4ee
a light, vivid blue · cool · closest name: skyblue
RGB
180, 212, 238
HSL
207°, 63%, 82%
CMYK
24, 11, 0, 7
Luminance
0.6296
Every format
| HEX | #b4d4ee |
| RGB | rgb(180, 212, 238) |
| HSL | hsl(207, 63%, 82%) |
| CMYK | cmyk(24%, 11%, 0%, 7%) |
| LAB | lab(83.4 -5.0 -16.3) |
| LCH | lch(83.4 17.0 253.1) |
| OKLCH | oklch(0.855 0.050 242.8) |
Copy-ready code
/* CSS */
color: #b4d4ee;
background-color: #b4d4ee;
/* Tailwind (arbitrary) */
class="text-[#b4d4ee] bg-[#b4d4ee]"
/* SCSS */
$brand: #b4d4ee;
/* SwiftUI */
Color(red: 0.706, green: 0.831, blue: 0.933)
/* Android */
Color.parseColor("#b4d4ee")Accessibility — WCAG contrast
Aa
#b4d4ee on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4d4ee on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green83.1%
Blue93.3%
CMYK percentages
Cyan24.4%
Magenta10.9%
Yellow0.0%
Key (black)6.7%
Color previews
#b4d4ee text on a black background
contrast 13.59:1
Card sample
#b4d4ee text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4d4ee;
Background color
Panel with #b4d4ee background
background-color: #b4d4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4d4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 212, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 212, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4d4ee; background: linear-gradient(135deg, #b4d4ee, #BBB4EE);