#b3f2fc
a light, electric cyan · cool · closest name: skyblue
RGB
179, 242, 252
HSL
188°, 92%, 85%
CMYK
29, 4, 0, 1
Luminance
0.8012
Every format
| HEX | #b3f2fc |
| RGB | rgb(179, 242, 252) |
| HSL | hsl(188, 92%, 85%) |
| CMYK | cmyk(29%, 4%, 0%, 1%) |
| LAB | lab(91.7 -17.4 -11.2) |
| LCH | lch(91.7 20.7 212.8) |
| OKLCH | oklch(0.922 0.065 208.3) |
Copy-ready code
/* CSS */
color: #b3f2fc;
background-color: #b3f2fc;
/* Tailwind (arbitrary) */
class="text-[#b3f2fc] bg-[#b3f2fc]"
/* SCSS */
$brand: #b3f2fc;
/* SwiftUI */
Color(red: 0.702, green: 0.949, blue: 0.988)
/* Android */
Color.parseColor("#b3f2fc")Accessibility — WCAG contrast
Aa
#b3f2fc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3f2fc on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green94.9%
Blue98.8%
CMYK percentages
Cyan29.0%
Magenta4.0%
Yellow0.0%
Key (black)1.2%
Color previews
#b3f2fc text on a black background
contrast 17.02:1
Card sample
#b3f2fc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3f2fc;
Background color
Panel with #b3f2fc background
background-color: #b3f2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3f2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 242, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 242, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f2fc; background: linear-gradient(135deg, #b3f2fc, #B3C1FC);