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