#b5edf7
a light, electric cyan · cool · closest name: skyblue
RGB
181, 237, 247
HSL
189°, 81%, 84%
CMYK
27, 4, 0, 3
Luminance
0.7711
Every format
| HEX | #b5edf7 |
| RGB | rgb(181, 237, 247) |
| HSL | hsl(189, 81%, 84%) |
| CMYK | cmyk(27%, 4%, 0%, 3%) |
| LAB | lab(90.4 -15.4 -10.6) |
| LCH | lch(90.4 18.7 214.5) |
| OKLCH | oklch(0.911 0.058 209.7) |
Copy-ready code
/* CSS */
color: #b5edf7;
background-color: #b5edf7;
/* Tailwind (arbitrary) */
class="text-[#b5edf7] bg-[#b5edf7]"
/* SCSS */
$brand: #b5edf7;
/* SwiftUI */
Color(red: 0.710, green: 0.929, blue: 0.969)
/* Android */
Color.parseColor("#b5edf7")Accessibility — WCAG contrast
Aa
#b5edf7 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5edf7 on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green92.9%
Blue96.9%
CMYK percentages
Cyan26.7%
Magenta4.0%
Yellow0.0%
Key (black)3.1%
Color previews
#b5edf7 text on a black background
contrast 16.42:1
Card sample
#b5edf7 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5edf7;
Background color
Panel with #b5edf7 background
background-color: #b5edf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5edf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 237, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 237, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5edf7; background: linear-gradient(135deg, #b5edf7, #B5C1F7);