#5fdee9
a balanced, electric cyan · cool · closest name: turquoise
RGB
95, 222, 233
HSL
185°, 76%, 64%
CMYK
59, 5, 0, 9
Luminance
0.6056
Every format
| HEX | #5fdee9 |
| RGB | rgb(95, 222, 233) |
| HSL | hsl(185, 76%, 64%) |
| CMYK | cmyk(59%, 5%, 0%, 9%) |
| LAB | lab(82.1 -31.8 -15.9) |
| LCH | lch(82.1 35.5 206.6) |
| OKLCH | oklch(0.834 0.112 203.1) |
Copy-ready code
/* CSS */
color: #5fdee9;
background-color: #5fdee9;
/* Tailwind (arbitrary) */
class="text-[#5fdee9] bg-[#5fdee9]"
/* SCSS */
$brand: #5fdee9;
/* SwiftUI */
Color(red: 0.373, green: 0.871, blue: 0.914)
/* Android */
Color.parseColor("#5fdee9")Accessibility — WCAG contrast
Aa
#5fdee9 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdee9 on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green87.1%
Blue91.4%
CMYK percentages
Cyan59.2%
Magenta4.7%
Yellow0.0%
Key (black)8.6%
Color previews
#5fdee9 text on a black background
contrast 13.11:1
Card sample
#5fdee9 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdee9;
Background color
Panel with #5fdee9 background
background-color: #5fdee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 222, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 222, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdee9; background: linear-gradient(135deg, #5fdee9, #5F82E9);