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