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