#b5fdfe
a pale, electric cyan · cool · closest name: skyblue
RGB
181, 253, 254
HSL
181°, 97%, 85%
CMYK
29, 0, 0, 0
Luminance
0.8723
Every format
| HEX | #b5fdfe |
| RGB | rgb(181, 253, 254) |
| HSL | hsl(181, 97%, 85%) |
| CMYK | cmyk(29%, 0%, 0%, 0%) |
| LAB | lab(94.8 -21.8 -7.6) |
| LCH | lch(94.8 23.1 199.2) |
| OKLCH | oklch(0.947 0.071 197.1) |
Copy-ready code
/* CSS */
color: #b5fdfe;
background-color: #b5fdfe;
/* Tailwind (arbitrary) */
class="text-[#b5fdfe] bg-[#b5fdfe]"
/* SCSS */
$brand: #b5fdfe;
/* SwiftUI */
Color(red: 0.710, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#b5fdfe")Accessibility — WCAG contrast
Aa
#b5fdfe on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5fdfe on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green99.2%
Blue99.6%
CMYK percentages
Cyan28.7%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#b5fdfe text on a black background
contrast 18.45:1
Card sample
#b5fdfe text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5fdfe;
Background color
Panel with #b5fdfe background
background-color: #b5fdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5fdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5fdfe; background: linear-gradient(135deg, #b5fdfe, #B5CCFE);