#b3fcff
a pale, electric cyan · cool · closest name: skyblue
RGB
179, 252, 255
HSL
182°, 100%, 85%
CMYK
30, 1, 0, 0
Luminance
0.8642
Every format
| HEX | #b3fcff |
| RGB | rgb(179, 252, 255) |
| HSL | hsl(182, 100%, 85%) |
| CMYK | cmyk(30%, 1%, 0%, 0%) |
| LAB | lab(94.5 -21.6 -8.7) |
| LCH | lch(94.5 23.3 201.8) |
| OKLCH | oklch(0.944 0.072 199.2) |
Copy-ready code
/* CSS */
color: #b3fcff;
background-color: #b3fcff;
/* Tailwind (arbitrary) */
class="text-[#b3fcff] bg-[#b3fcff]"
/* SCSS */
$brand: #b3fcff;
/* SwiftUI */
Color(red: 0.702, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#b3fcff")Accessibility — WCAG contrast
Aa
#b3fcff on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3fcff on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green98.8%
Blue100.0%
CMYK percentages
Cyan29.8%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#b3fcff text on a black background
contrast 18.28:1
Card sample
#b3fcff text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3fcff;
Background color
Panel with #b3fcff background
background-color: #b3fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3fcff; background: linear-gradient(135deg, #b3fcff, #B3C9FF);