#05cfdf
a dark, electric cyan · cool · closest name: turquoise
RGB
5, 207, 223
HSL
184°, 96%, 45%
CMYK
98, 7, 0, 13
Luminance
0.4999
Every format
| HEX | #05cfdf |
| RGB | rgb(5, 207, 223) |
| HSL | hsl(184, 96%, 45%) |
| CMYK | cmyk(98%, 7%, 0%, 13%) |
| LAB | lab(76.1 -36.1 -19.9) |
| LCH | lch(76.1 41.2 208.9) |
| OKLCH | oklch(0.780 0.133 204.7) |
Copy-ready code
/* CSS */
color: #05cfdf;
background-color: #05cfdf;
/* Tailwind (arbitrary) */
class="text-[#05cfdf] bg-[#05cfdf]"
/* SCSS */
$brand: #05cfdf;
/* SwiftUI */
Color(red: 0.020, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#05cfdf")Accessibility — WCAG contrast
Aa
#05cfdf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#05cfdf on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green81.2%
Blue87.5%
CMYK percentages
Cyan97.8%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#05cfdf text on a black background
contrast 11.00:1
Card sample
#05cfdf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05cfdf;
Background color
Panel with #05cfdf background
background-color: #05cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05cfdf; background: linear-gradient(135deg, #05cfdf, #053EDF);