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