#b4dfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
180, 223, 235
HSL
193°, 58%, 81%
CMYK
23, 5, 0, 8
Luminance
0.6848
Every format
| HEX | #b4dfeb |
| RGB | rgb(180, 223, 235) |
| HSL | hsl(193, 58%, 81%) |
| CMYK | cmyk(23%, 5%, 0%, 8%) |
| LAB | lab(86.2 -11.3 -10.5) |
| LCH | lch(86.2 15.4 222.8) |
| OKLCH | oklch(0.877 0.048 216.6) |
Copy-ready code
/* CSS */
color: #b4dfeb;
background-color: #b4dfeb;
/* Tailwind (arbitrary) */
class="text-[#b4dfeb] bg-[#b4dfeb]"
/* SCSS */
$brand: #b4dfeb;
/* SwiftUI */
Color(red: 0.706, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#b4dfeb")Accessibility — WCAG contrast
Aa
#b4dfeb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4dfeb on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green87.5%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b4dfeb text on a black background
contrast 14.70:1
Card sample
#b4dfeb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4dfeb;
Background color
Panel with #b4dfeb background
background-color: #b4dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4dfeb; background: linear-gradient(135deg, #b4dfeb, #B4BAEB);