#b3f8ff
a pale, electric cyan · cool · closest name: skyblue
RGB
179, 248, 255
HSL
186°, 100%, 85%
CMYK
30, 3, 0, 0
Luminance
0.8394
Every format
| HEX | #b3f8ff |
| RGB | rgb(179, 248, 255) |
| HSL | hsl(186, 100%, 85%) |
| CMYK | cmyk(30%, 3%, 0%, 0%) |
| LAB | lab(93.4 -19.7 -10.2) |
| LCH | lch(93.4 22.2 207.5) |
| OKLCH | oklch(0.936 0.069 203.9) |
Copy-ready code
/* CSS */
color: #b3f8ff;
background-color: #b3f8ff;
/* Tailwind (arbitrary) */
class="text-[#b3f8ff] bg-[#b3f8ff]"
/* SCSS */
$brand: #b3f8ff;
/* SwiftUI */
Color(red: 0.702, green: 0.973, blue: 1.000)
/* Android */
Color.parseColor("#b3f8ff")Accessibility — WCAG contrast
Aa
#b3f8ff on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3f8ff on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green97.3%
Blue100.0%
CMYK percentages
Cyan29.8%
Magenta2.7%
Yellow0.0%
Key (black)0.0%
Color previews
#b3f8ff text on a black background
contrast 17.79:1
Card sample
#b3f8ff text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3f8ff;
Background color
Panel with #b3f8ff background
background-color: #b3f8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3f8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 248, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 248, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f8ff; background: linear-gradient(135deg, #b3f8ff, #B3C5FF);