#b5eaf1
a light, vivid cyan · cool · closest name: skyblue
RGB
181, 234, 241
HSL
187°, 68%, 83%
CMYK
25, 3, 0, 6
Luminance
0.7502
Every format
| HEX | #b5eaf1 |
| RGB | rgb(181, 234, 241) |
| HSL | hsl(187, 68%, 83%) |
| CMYK | cmyk(25%, 3%, 0%, 6%) |
| LAB | lab(89.4 -15.3 -8.9) |
| LCH | lch(89.4 17.7 210.3) |
| OKLCH | oklch(0.903 0.055 206.3) |
Copy-ready code
/* CSS */
color: #b5eaf1;
background-color: #b5eaf1;
/* Tailwind (arbitrary) */
class="text-[#b5eaf1] bg-[#b5eaf1]"
/* SCSS */
$brand: #b5eaf1;
/* SwiftUI */
Color(red: 0.710, green: 0.918, blue: 0.945)
/* Android */
Color.parseColor("#b5eaf1")Accessibility — WCAG contrast
Aa
#b5eaf1 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5eaf1 on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green91.8%
Blue94.5%
CMYK percentages
Cyan24.9%
Magenta2.9%
Yellow0.0%
Key (black)5.5%
Color previews
#b5eaf1 text on a black background
contrast 16.00:1
Card sample
#b5eaf1 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5eaf1;
Background color
Panel with #b5eaf1 background
background-color: #b5eaf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5eaf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 234, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 234, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5eaf1; background: linear-gradient(135deg, #b5eaf1, #B5C2F1);