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