#b3fdfe
a light, electric cyan · cool · closest name: skyblue
RGB
179, 253, 254
HSL
181°, 97%, 85%
CMYK
30, 0, 0, 0
Luminance
0.8699
Every format
| HEX | #b3fdfe |
| RGB | rgb(179, 253, 254) |
| HSL | hsl(181, 97%, 85%) |
| CMYK | cmyk(30%, 0%, 0%, 0%) |
| LAB | lab(94.7 -22.4 -7.8) |
| LCH | lch(94.7 23.7 199.2) |
| OKLCH | oklch(0.946 0.073 197.1) |
Copy-ready code
/* CSS */
color: #b3fdfe;
background-color: #b3fdfe;
/* Tailwind (arbitrary) */
class="text-[#b3fdfe] bg-[#b3fdfe]"
/* SCSS */
$brand: #b3fdfe;
/* SwiftUI */
Color(red: 0.702, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#b3fdfe")Accessibility — WCAG contrast
Aa
#b3fdfe on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3fdfe on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green99.2%
Blue99.6%
CMYK percentages
Cyan29.5%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#b3fdfe text on a black background
contrast 18.40:1
Card sample
#b3fdfe text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3fdfe;
Background color
Panel with #b3fdfe background
background-color: #b3fdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3fdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3fdfe; background: linear-gradient(135deg, #b3fdfe, #B3CBFE);