#b5ebfe
a pale, electric cyan · cool · closest name: skyblue
RGB
181, 235, 254
HSL
196°, 97%, 85%
CMYK
29, 8, 0, 0
Luminance
0.7640
Every format
| HEX | #b5ebfe |
| RGB | rgb(181, 235, 254) |
| HSL | hsl(196, 97%, 85%) |
| CMYK | cmyk(29%, 8%, 0%, 0%) |
| LAB | lab(90.0 -12.9 -14.8) |
| LCH | lch(90.0 19.6 228.9) |
| OKLCH | oklch(0.909 0.061 221.5) |
Copy-ready code
/* CSS */
color: #b5ebfe;
background-color: #b5ebfe;
/* Tailwind (arbitrary) */
class="text-[#b5ebfe] bg-[#b5ebfe]"
/* SCSS */
$brand: #b5ebfe;
/* SwiftUI */
Color(red: 0.710, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#b5ebfe")Accessibility — WCAG contrast
Aa
#b5ebfe on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5ebfe on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green92.2%
Blue99.6%
CMYK percentages
Cyan28.7%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#b5ebfe text on a black background
contrast 16.28:1
Card sample
#b5ebfe text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5ebfe;
Background color
Panel with #b5ebfe background
background-color: #b5ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5ebfe; background: linear-gradient(135deg, #b5ebfe, #B5BAFE);