#5edfdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
94, 223, 223
HSL
180°, 67%, 62%
CMYK
58, 0, 0, 13
Luminance
0.6048
Every format
| HEX | #5edfdf |
| RGB | rgb(94, 223, 223) |
| HSL | hsl(180, 67%, 62%) |
| CMYK | cmyk(58%, 0%, 0%, 13%) |
| LAB | lab(82.1 -35.1 -10.7) |
| LCH | lch(82.1 36.7 196.9) |
| OKLCH | oklch(0.833 0.113 195.2) |
Copy-ready code
/* CSS */
color: #5edfdf;
background-color: #5edfdf;
/* Tailwind (arbitrary) */
class="text-[#5edfdf] bg-[#5edfdf]"
/* SCSS */
$brand: #5edfdf;
/* SwiftUI */
Color(red: 0.369, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#5edfdf")Accessibility — WCAG contrast
Aa
#5edfdf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5edfdf on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green87.5%
Blue87.5%
CMYK percentages
Cyan57.8%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#5edfdf text on a black background
contrast 13.10:1
Card sample
#5edfdf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5edfdf;
Background color
Panel with #5edfdf background
background-color: #5edfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5edfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5edfdf; background: linear-gradient(135deg, #5edfdf, #5E89DF);