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