#05cddf
a dark, electric cyan · cool · closest name: turquoise
RGB
5, 205, 223
HSL
185°, 96%, 45%
CMYK
98, 8, 0, 13
Luminance
0.4902
Every format
| HEX | #05cddf |
| RGB | rgb(5, 205, 223) |
| HSL | hsl(185, 96%, 45%) |
| CMYK | cmyk(98%, 8%, 0%, 13%) |
| LAB | lab(75.5 -35.1 -20.8) |
| LCH | lch(75.5 40.8 210.6) |
| OKLCH | oklch(0.775 0.132 206.0) |
Copy-ready code
/* CSS */
color: #05cddf;
background-color: #05cddf;
/* Tailwind (arbitrary) */
class="text-[#05cddf] bg-[#05cddf]"
/* SCSS */
$brand: #05cddf;
/* SwiftUI */
Color(red: 0.020, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#05cddf")Accessibility — WCAG contrast
Aa
#05cddf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#05cddf on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green80.4%
Blue87.5%
CMYK percentages
Cyan97.8%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#05cddf text on a black background
contrast 10.80:1
Card sample
#05cddf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05cddf;
Background color
Panel with #05cddf background
background-color: #05cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05cddf; background: linear-gradient(135deg, #05cddf, #053CDF);