#05ffec
a balanced, electric cyan · cool · closest name: cyan
RGB
5, 255, 236
HSL
175°, 100%, 51%
CMYK
98, 0, 8, 0
Luminance
0.7761
Every format
| HEX | #05ffec |
| RGB | rgb(5, 255, 236) |
| HSL | hsl(175, 100%, 51%) |
| CMYK | cmyk(98%, 0%, 8%, 0%) |
| LAB | lab(90.6 -53.3 -5.0) |
| LCH | lch(90.6 53.5 185.4) |
| OKLCH | oklch(0.899 0.158 185.3) |
Copy-ready code
/* CSS */
color: #05ffec;
background-color: #05ffec;
/* Tailwind (arbitrary) */
class="text-[#05ffec] bg-[#05ffec]"
/* SCSS */
$brand: #05ffec;
/* SwiftUI */
Color(red: 0.020, green: 1.000, blue: 0.925)
/* Android */
Color.parseColor("#05ffec")Accessibility — WCAG contrast
Aa
#05ffec on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#05ffec on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green100.0%
Blue92.5%
CMYK percentages
Cyan98.0%
Magenta0.0%
Yellow7.5%
Key (black)0.0%
Color previews
#05ffec text on a black background
contrast 16.52:1
Card sample
#05ffec text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05ffec;
Background color
Panel with #05ffec background
background-color: #05ffec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05ffec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 255, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 255, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05ffec; background: linear-gradient(135deg, #05ffec, #056CFF);