#1fdcd4
a balanced, electric cyan · cool · closest name: turquoise
RGB
31, 220, 212
HSL
178°, 75%, 49%
CMYK
86, 0, 4, 14
Luminance
0.5623
Every format
| HEX | #1fdcd4 |
| RGB | rgb(31, 220, 212) |
| HSL | hsl(178, 75%, 49%) |
| CMYK | cmyk(86%, 0%, 4%, 14%) |
| LAB | lab(79.7 -44.2 -8.5) |
| LCH | lch(79.7 45.0 190.8) |
| OKLCH | oklch(0.809 0.136 190.1) |
Copy-ready code
/* CSS */
color: #1fdcd4;
background-color: #1fdcd4;
/* Tailwind (arbitrary) */
class="text-[#1fdcd4] bg-[#1fdcd4]"
/* SCSS */
$brand: #1fdcd4;
/* SwiftUI */
Color(red: 0.122, green: 0.863, blue: 0.831)
/* Android */
Color.parseColor("#1fdcd4")Accessibility — WCAG contrast
Aa
#1fdcd4 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fdcd4 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green86.3%
Blue83.1%
CMYK percentages
Cyan85.9%
Magenta0.0%
Yellow3.6%
Key (black)13.7%
Color previews
#1fdcd4 text on a black background
contrast 12.25:1
Card sample
#1fdcd4 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fdcd4;
Background color
Panel with #1fdcd4 background
background-color: #1fdcd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fdcd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 220, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 220, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fdcd4; background: linear-gradient(135deg, #1fdcd4, #1F66DC);