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