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