#b5d7ee
a light, vivid blue · cool · closest name: skyblue
RGB
181, 215, 238
HSL
204°, 63%, 82%
CMYK
24, 10, 0, 7
Luminance
0.6460
Every format
| HEX | #b5d7ee |
| RGB | rgb(181, 215, 238) |
| HSL | hsl(204, 63%, 82%) |
| CMYK | cmyk(24%, 10%, 0%, 7%) |
| LAB | lab(84.3 -6.2 -15.0) |
| LCH | lch(84.3 16.2 247.5) |
| OKLCH | oklch(0.862 0.048 237.7) |
Copy-ready code
/* CSS */
color: #b5d7ee;
background-color: #b5d7ee;
/* Tailwind (arbitrary) */
class="text-[#b5d7ee] bg-[#b5d7ee]"
/* SCSS */
$brand: #b5d7ee;
/* SwiftUI */
Color(red: 0.710, green: 0.843, blue: 0.933)
/* Android */
Color.parseColor("#b5d7ee")Accessibility — WCAG contrast
Aa
#b5d7ee on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5d7ee on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green84.3%
Blue93.3%
CMYK percentages
Cyan23.9%
Magenta9.7%
Yellow0.0%
Key (black)6.7%
Color previews
#b5d7ee text on a black background
contrast 13.92:1
Card sample
#b5d7ee text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5d7ee;
Background color
Panel with #b5d7ee background
background-color: #b5d7ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5d7ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 215, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 215, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5d7ee; background: linear-gradient(135deg, #b5d7ee, #B9B5EE);