#5feefd
a light, electric cyan · cool · closest name: cyan
RGB
95, 238, 253
HSL
186°, 98%, 68%
CMYK
63, 6, 0, 1
Luminance
0.7067
Every format
| HEX | #5feefd |
| RGB | rgb(95, 238, 253) |
| HSL | hsl(186, 98%, 68%) |
| CMYK | cmyk(63%, 6%, 0%, 1%) |
| LAB | lab(87.3 -33.8 -18.7) |
| LCH | lch(87.3 38.6 208.9) |
| OKLCH | oklch(0.878 0.123 204.9) |
Copy-ready code
/* CSS */
color: #5feefd;
background-color: #5feefd;
/* Tailwind (arbitrary) */
class="text-[#5feefd] bg-[#5feefd]"
/* SCSS */
$brand: #5feefd;
/* SwiftUI */
Color(red: 0.373, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#5feefd")Accessibility — WCAG contrast
Aa
#5feefd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5feefd on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green93.3%
Blue99.2%
CMYK percentages
Cyan62.5%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#5feefd text on a black background
contrast 15.13:1
Card sample
#5feefd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5feefd;
Background color
Panel with #5feefd background
background-color: #5feefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5feefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5feefd; background: linear-gradient(135deg, #5feefd, #5F85FD);