#5fedff
a light, electric cyan · cool · closest name: cyan
RGB
95, 237, 255
HSL
187°, 100%, 69%
CMYK
63, 7, 0, 0
Luminance
0.7022
Every format
| HEX | #5fedff |
| RGB | rgb(95, 237, 255) |
| HSL | hsl(187, 100%, 69%) |
| CMYK | cmyk(63%, 7%, 0%, 0%) |
| LAB | lab(87.1 -32.7 -20.1) |
| LCH | lch(87.1 38.4 211.5) |
| OKLCH | oklch(0.876 0.123 206.9) |
Copy-ready code
/* CSS */
color: #5fedff;
background-color: #5fedff;
/* Tailwind (arbitrary) */
class="text-[#5fedff] bg-[#5fedff]"
/* SCSS */
$brand: #5fedff;
/* SwiftUI */
Color(red: 0.373, green: 0.929, blue: 1.000)
/* Android */
Color.parseColor("#5fedff")Accessibility — WCAG contrast
Aa
#5fedff on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fedff on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green92.9%
Blue100.0%
CMYK percentages
Cyan62.7%
Magenta7.1%
Yellow0.0%
Key (black)0.0%
Color previews
#5fedff text on a black background
contrast 15.04:1
Card sample
#5fedff text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fedff;
Background color
Panel with #5fedff background
background-color: #5fedff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fedff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 237, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 237, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fedff; background: linear-gradient(135deg, #5fedff, #5F82FF);