#93ebfe
a light, electric cyan · cool · closest name: skyblue
RGB
147, 235, 254
HSL
191°, 98%, 79%
CMYK
42, 8, 0, 0
Luminance
0.7278
Every format
| HEX | #93ebfe |
| RGB | rgb(147, 235, 254) |
| HSL | hsl(191, 98%, 79%) |
| CMYK | cmyk(42%, 8%, 0%, 0%) |
| LAB | lab(88.3 -21.7 -17.5) |
| LCH | lch(88.3 27.9 218.8) |
| OKLCH | oklch(0.891 0.088 212.9) |
Copy-ready code
/* CSS */
color: #93ebfe;
background-color: #93ebfe;
/* Tailwind (arbitrary) */
class="text-[#93ebfe] bg-[#93ebfe]"
/* SCSS */
$brand: #93ebfe;
/* SwiftUI */
Color(red: 0.576, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#93ebfe")Accessibility — WCAG contrast
Aa
#93ebfe on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93ebfe on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green92.2%
Blue99.6%
CMYK percentages
Cyan42.1%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#93ebfe text on a black background
contrast 15.56:1
Card sample
#93ebfe text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93ebfe;
Background color
Panel with #93ebfe background
background-color: #93ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93ebfe; background: linear-gradient(135deg, #93ebfe, #93A3FE);