#b4f2fe
a pale, electric cyan · cool · closest name: skyblue
RGB
180, 242, 254
HSL
190°, 97%, 85%
CMYK
29, 5, 0, 0
Luminance
0.8036
Every format
| HEX | #b4f2fe |
| RGB | rgb(180, 242, 254) |
| HSL | hsl(190, 97%, 85%) |
| CMYK | cmyk(29%, 5%, 0%, 0%) |
| LAB | lab(91.8 -16.7 -12.1) |
| LCH | lch(91.8 20.6 215.9) |
| OKLCH | oklch(0.923 0.064 210.8) |
Copy-ready code
/* CSS */
color: #b4f2fe;
background-color: #b4f2fe;
/* Tailwind (arbitrary) */
class="text-[#b4f2fe] bg-[#b4f2fe]"
/* SCSS */
$brand: #b4f2fe;
/* SwiftUI */
Color(red: 0.706, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#b4f2fe")Accessibility — WCAG contrast
Aa
#b4f2fe on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4f2fe on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green94.9%
Blue99.6%
CMYK percentages
Cyan29.1%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#b4f2fe text on a black background
contrast 17.07:1
Card sample
#b4f2fe text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4f2fe;
Background color
Panel with #b4f2fe background
background-color: #b4f2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4f2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4f2fe; background: linear-gradient(135deg, #b4f2fe, #B4C1FE);