#1fdaba
a balanced, electric cyan · cool · closest name: turquoise
RGB
31, 218, 186
HSL
170°, 75%, 49%
CMYK
86, 0, 15, 15
Luminance
0.5398
Every format
| HEX | #1fdaba |
| RGB | rgb(31, 218, 186) |
| HSL | hsl(170, 75%, 49%) |
| CMYK | cmyk(86%, 0%, 15%, 15%) |
| LAB | lab(78.5 -50.5 3.5) |
| LCH | lch(78.5 50.6 176.0) |
| OKLCH | oklch(0.796 0.144 176.6) |
Copy-ready code
/* CSS */
color: #1fdaba;
background-color: #1fdaba;
/* Tailwind (arbitrary) */
class="text-[#1fdaba] bg-[#1fdaba]"
/* SCSS */
$brand: #1fdaba;
/* SwiftUI */
Color(red: 0.122, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#1fdaba")Accessibility — WCAG contrast
Aa
#1fdaba on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fdaba on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green85.5%
Blue72.9%
CMYK percentages
Cyan85.8%
Magenta0.0%
Yellow14.7%
Key (black)14.5%
Color previews
#1fdaba text on a black background
contrast 11.80:1
Card sample
#1fdaba text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fdaba;
Background color
Panel with #1fdaba background
background-color: #1fdaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fdaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 218, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 218, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fdaba; background: linear-gradient(135deg, #1fdaba, #1F7DDA);