#b5ebff
a pale, electric cyan · cool · closest name: skyblue
RGB
181, 235, 255
HSL
196°, 100%, 86%
CMYK
29, 8, 0, 0
Luminance
0.7646
Every format
| HEX | #b5ebff |
| RGB | rgb(181, 235, 255) |
| HSL | hsl(196, 100%, 86%) |
| CMYK | cmyk(29%, 8%, 0%, 0%) |
| LAB | lab(90.1 -12.6 -15.2) |
| LCH | lch(90.1 19.8 230.3) |
| OKLCH | oklch(0.909 0.061 222.6) |
Copy-ready code
/* CSS */
color: #b5ebff;
background-color: #b5ebff;
/* Tailwind (arbitrary) */
class="text-[#b5ebff] bg-[#b5ebff]"
/* SCSS */
$brand: #b5ebff;
/* SwiftUI */
Color(red: 0.710, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#b5ebff")Accessibility — WCAG contrast
Aa
#b5ebff on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5ebff on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green92.2%
Blue100.0%
CMYK percentages
Cyan29.0%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#b5ebff text on a black background
contrast 16.29:1
Card sample
#b5ebff text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5ebff;
Background color
Panel with #b5ebff background
background-color: #b5ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5ebff; background: linear-gradient(135deg, #b5ebff, #B5BAFF);