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