#b3f2f6
a light, electric cyan · cool · closest name: skyblue
RGB
179, 242, 246
HSL
184°, 79%, 83%
CMYK
27, 2, 0, 4
Luminance
0.7974
Every format
| HEX | #b3f2f6 |
| RGB | rgb(179, 242, 246) |
| HSL | hsl(184, 79%, 83%) |
| CMYK | cmyk(27%, 2%, 0%, 4%) |
| LAB | lab(91.6 -18.7 -8.3) |
| LCH | lch(91.6 20.5 204.0) |
| OKLCH | oklch(0.920 0.063 201.0) |
Copy-ready code
/* CSS */
color: #b3f2f6;
background-color: #b3f2f6;
/* Tailwind (arbitrary) */
class="text-[#b3f2f6] bg-[#b3f2f6]"
/* SCSS */
$brand: #b3f2f6;
/* SwiftUI */
Color(red: 0.702, green: 0.949, blue: 0.965)
/* Android */
Color.parseColor("#b3f2f6")Accessibility — WCAG contrast
Aa
#b3f2f6 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3f2f6 on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green94.9%
Blue96.5%
CMYK percentages
Cyan27.2%
Magenta1.6%
Yellow0.0%
Key (black)3.5%
Color previews
#b3f2f6 text on a black background
contrast 16.95:1
Card sample
#b3f2f6 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3f2f6;
Background color
Panel with #b3f2f6 background
background-color: #b3f2f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3f2f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 242, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 242, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f2f6; background: linear-gradient(135deg, #b3f2f6, #B3C5F6);