#b4daff
a pale, electric blue · cool · closest name: skyblue
RGB
180, 218, 255
HSL
210°, 100%, 85%
CMYK
29, 15, 0, 0
Luminance
0.6707
Every format
| HEX | #b4daff |
| RGB | rgb(180, 218, 255) |
| HSL | hsl(210, 100%, 85%) |
| CMYK | cmyk(29%, 15%, 0%, 0%) |
| LAB | lab(85.5 -4.2 -22.1) |
| LCH | lch(85.5 22.5 259.3) |
| OKLCH | oklch(0.874 0.065 247.9) |
Copy-ready code
/* CSS */
color: #b4daff;
background-color: #b4daff;
/* Tailwind (arbitrary) */
class="text-[#b4daff] bg-[#b4daff]"
/* SCSS */
$brand: #b4daff;
/* SwiftUI */
Color(red: 0.706, green: 0.855, blue: 1.000)
/* Android */
Color.parseColor("#b4daff")Accessibility — WCAG contrast
Aa
#b4daff on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4daff on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green85.5%
Blue100.0%
CMYK percentages
Cyan29.4%
Magenta14.5%
Yellow0.0%
Key (black)0.0%
Color previews
#b4daff text on a black background
contrast 14.41:1
Card sample
#b4daff text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4daff;
Background color
Panel with #b4daff background
background-color: #b4daff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4daff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 218, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 218, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4daff; background: linear-gradient(135deg, #b4daff, #C0B4FF);