#93f6ff
a light, electric cyan · cool · closest name: skyblue
RGB
147, 246, 255
HSL
185°, 100%, 79%
CMYK
42, 4, 0, 0
Luminance
0.7933
Every format
| HEX | #93f6ff |
| RGB | rgb(147, 246, 255) |
| HSL | hsl(185, 100%, 79%) |
| CMYK | cmyk(42%, 4%, 0%, 0%) |
| LAB | lab(91.4 -26.8 -13.4) |
| LCH | lch(91.4 30.0 206.6) |
| OKLCH | oklch(0.915 0.094 203.2) |
Copy-ready code
/* CSS */
color: #93f6ff;
background-color: #93f6ff;
/* Tailwind (arbitrary) */
class="text-[#93f6ff] bg-[#93f6ff]"
/* SCSS */
$brand: #93f6ff;
/* SwiftUI */
Color(red: 0.576, green: 0.965, blue: 1.000)
/* Android */
Color.parseColor("#93f6ff")Accessibility — WCAG contrast
Aa
#93f6ff on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93f6ff on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green96.5%
Blue100.0%
CMYK percentages
Cyan42.4%
Magenta3.5%
Yellow0.0%
Key (black)0.0%
Color previews
#93f6ff text on a black background
contrast 16.87:1
Card sample
#93f6ff text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93f6ff;
Background color
Panel with #93f6ff background
background-color: #93f6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93f6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 246, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 246, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93f6ff; background: linear-gradient(135deg, #93f6ff, #93AEFF);