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