#b5d2eb
a light, vivid blue · cool · closest name: skyblue
RGB
181, 210, 235
HSL
208°, 57%, 82%
CMYK
23, 11, 0, 8
Luminance
0.6192
Every format
| HEX | #b5d2eb |
| RGB | rgb(181, 210, 235) |
| HSL | hsl(208, 57%, 82%) |
| CMYK | cmyk(23%, 11%, 0%, 8%) |
| LAB | lab(82.9 -4.3 -15.5) |
| LCH | lch(82.9 16.1 254.6) |
| OKLCH | oklch(0.851 0.047 244.4) |
Copy-ready code
/* CSS */
color: #b5d2eb;
background-color: #b5d2eb;
/* Tailwind (arbitrary) */
class="text-[#b5d2eb] bg-[#b5d2eb]"
/* SCSS */
$brand: #b5d2eb;
/* SwiftUI */
Color(red: 0.710, green: 0.824, blue: 0.922)
/* Android */
Color.parseColor("#b5d2eb")Accessibility — WCAG contrast
Aa
#b5d2eb on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5d2eb on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green82.4%
Blue92.2%
CMYK percentages
Cyan23.0%
Magenta10.6%
Yellow0.0%
Key (black)7.8%
Color previews
#b5d2eb text on a black background
contrast 13.38:1
Card sample
#b5d2eb text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5d2eb;
Background color
Panel with #b5d2eb background
background-color: #b5d2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5d2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 210, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 210, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5d2eb; background: linear-gradient(135deg, #b5d2eb, #BCB5EB);