#b5fafd
a pale, electric cyan · cool · closest name: skyblue
RGB
181, 250, 253
HSL
183°, 95%, 85%
CMYK
29, 1, 0, 1
Luminance
0.8529
Every format
| HEX | #b5fafd |
| RGB | rgb(181, 250, 253) |
| HSL | hsl(183, 95%, 85%) |
| CMYK | cmyk(29%, 1%, 0%, 1%) |
| LAB | lab(94.0 -20.6 -8.3) |
| LCH | lch(94.0 22.2 202.1) |
| OKLCH | oklch(0.941 0.068 199.4) |
Copy-ready code
/* CSS */
color: #b5fafd;
background-color: #b5fafd;
/* Tailwind (arbitrary) */
class="text-[#b5fafd] bg-[#b5fafd]"
/* SCSS */
$brand: #b5fafd;
/* SwiftUI */
Color(red: 0.710, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#b5fafd")Accessibility — WCAG contrast
Aa
#b5fafd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5fafd on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green98.0%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#b5fafd text on a black background
contrast 18.06:1
Card sample
#b5fafd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5fafd;
Background color
Panel with #b5fafd background
background-color: #b5fafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5fafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5fafd; background: linear-gradient(135deg, #b5fafd, #B5CAFD);