#b4d3eb
a light, vivid blue · cool · closest name: skyblue
RGB
180, 211, 235
HSL
206°, 58%, 81%
CMYK
23, 10, 0, 8
Luminance
0.6229
Every format
| HEX | #b4d3eb |
| RGB | rgb(180, 211, 235) |
| HSL | hsl(206, 58%, 81%) |
| CMYK | cmyk(23%, 10%, 0%, 8%) |
| LAB | lab(83.1 -5.1 -15.2) |
| LCH | lch(83.1 16.0 251.5) |
| OKLCH | oklch(0.852 0.047 241.4) |
Copy-ready code
/* CSS */
color: #b4d3eb;
background-color: #b4d3eb;
/* Tailwind (arbitrary) */
class="text-[#b4d3eb] bg-[#b4d3eb]"
/* SCSS */
$brand: #b4d3eb;
/* SwiftUI */
Color(red: 0.706, green: 0.827, blue: 0.922)
/* Android */
Color.parseColor("#b4d3eb")Accessibility — WCAG contrast
Aa
#b4d3eb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4d3eb on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green82.7%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta10.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b4d3eb text on a black background
contrast 13.46:1
Card sample
#b4d3eb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4d3eb;
Background color
Panel with #b4d3eb background
background-color: #b4d3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4d3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 211, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 211, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4d3eb; background: linear-gradient(135deg, #b4d3eb, #BAB4EB);