#93faff
a light, electric cyan · cool · closest name: cyan
RGB
147, 250, 255
HSL
183°, 100%, 79%
CMYK
42, 2, 0, 0
Luminance
0.8179
Every format
| HEX | #93faff |
| RGB | rgb(147, 250, 255) |
| HSL | hsl(183, 100%, 79%) |
| CMYK | cmyk(42%, 2%, 0%, 0%) |
| LAB | lab(92.5 -28.8 -11.8) |
| LCH | lch(92.5 31.1 202.3) |
| OKLCH | oklch(0.924 0.097 199.7) |
Copy-ready code
/* CSS */
color: #93faff;
background-color: #93faff;
/* Tailwind (arbitrary) */
class="text-[#93faff] bg-[#93faff]"
/* SCSS */
$brand: #93faff;
/* SwiftUI */
Color(red: 0.576, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#93faff")Accessibility — WCAG contrast
Aa
#93faff on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93faff on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green98.0%
Blue100.0%
CMYK percentages
Cyan42.4%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#93faff text on a black background
contrast 17.36:1
Card sample
#93faff text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93faff;
Background color
Panel with #93faff background
background-color: #93faff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93faff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93faff; background: linear-gradient(135deg, #93faff, #93B2FF);