#b5ebfc
a light, electric cyan · cool · closest name: skyblue
RGB
181, 235, 252
HSL
194°, 92%, 85%
CMYK
28, 7, 0, 1
Luminance
0.7627
Every format
| HEX | #b5ebfc |
| RGB | rgb(181, 235, 252) |
| HSL | hsl(194, 92%, 85%) |
| CMYK | cmyk(28%, 7%, 0%, 1%) |
| LAB | lab(90.0 -13.3 -13.8) |
| LCH | lch(90.0 19.2 226.0) |
| OKLCH | oklch(0.908 0.060 219.1) |
Copy-ready code
/* CSS */
color: #b5ebfc;
background-color: #b5ebfc;
/* Tailwind (arbitrary) */
class="text-[#b5ebfc] bg-[#b5ebfc]"
/* SCSS */
$brand: #b5ebfc;
/* SwiftUI */
Color(red: 0.710, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#b5ebfc")Accessibility — WCAG contrast
Aa
#b5ebfc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5ebfc on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green92.2%
Blue98.8%
CMYK percentages
Cyan28.2%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#b5ebfc text on a black background
contrast 16.25:1
Card sample
#b5ebfc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5ebfc;
Background color
Panel with #b5ebfc background
background-color: #b5ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5ebfc; background: linear-gradient(135deg, #b5ebfc, #B5BCFC);