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