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