#1fdec7
a balanced, electric cyan · cool · closest name: turquoise
RGB
31, 222, 199
HSL
173°, 76%, 50%
CMYK
86, 0, 10, 13
Luminance
0.5666
Every format
| HEX | #1fdec7 |
| RGB | rgb(31, 222, 199) |
| HSL | hsl(173, 76%, 50%) |
| CMYK | cmyk(86%, 0%, 10%, 13%) |
| LAB | lab(80.0 -48.7 -1.2) |
| LCH | lch(80.0 48.7 181.4) |
| OKLCH | oklch(0.810 0.141 181.6) |
Copy-ready code
/* CSS */
color: #1fdec7;
background-color: #1fdec7;
/* Tailwind (arbitrary) */
class="text-[#1fdec7] bg-[#1fdec7]"
/* SCSS */
$brand: #1fdec7;
/* SwiftUI */
Color(red: 0.122, green: 0.871, blue: 0.780)
/* Android */
Color.parseColor("#1fdec7")Accessibility — WCAG contrast
Aa
#1fdec7 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fdec7 on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green87.1%
Blue78.0%
CMYK percentages
Cyan86.0%
Magenta0.0%
Yellow10.4%
Key (black)12.9%
Color previews
#1fdec7 text on a black background
contrast 12.33:1
Card sample
#1fdec7 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fdec7;
Background color
Panel with #1fdec7 background
background-color: #1fdec7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fdec7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 222, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 222, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fdec7; background: linear-gradient(135deg, #1fdec7, #1F76DE);