#5df3fe
a light, electric cyan · cool · closest name: cyan
RGB
93, 243, 254
HSL
184°, 99%, 68%
CMYK
63, 4, 0, 0
Luminance
0.7358
Every format
| HEX | #5df3fe |
| RGB | rgb(93, 243, 254) |
| HSL | hsl(184, 99%, 68%) |
| CMYK | cmyk(63%, 4%, 0%, 0%) |
| LAB | lab(88.7 -36.1 -17.1) |
| LCH | lch(88.7 40.0 205.3) |
| OKLCH | oklch(0.889 0.126 202.0) |
Copy-ready code
/* CSS */
color: #5df3fe;
background-color: #5df3fe;
/* Tailwind (arbitrary) */
class="text-[#5df3fe] bg-[#5df3fe]"
/* SCSS */
$brand: #5df3fe;
/* SwiftUI */
Color(red: 0.365, green: 0.953, blue: 0.996)
/* Android */
Color.parseColor("#5df3fe")Accessibility — WCAG contrast
Aa
#5df3fe on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5df3fe on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green95.3%
Blue99.6%
CMYK percentages
Cyan63.4%
Magenta4.3%
Yellow0.0%
Key (black)0.4%
Color previews
#5df3fe text on a black background
contrast 15.72:1
Card sample
#5df3fe text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5df3fe;
Background color
Panel with #5df3fe background
background-color: #5df3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5df3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 243, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 243, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5df3fe; background: linear-gradient(135deg, #5df3fe, #5D88FE);