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