#1fdfbc
a balanced, electric cyan · cool · closest name: turquoise
RGB
31, 223, 188
HSL
169°, 76%, 50%
CMYK
86, 0, 16, 13
Luminance
0.5670
Every format
| HEX | #1fdfbc |
| RGB | rgb(31, 223, 188) |
| HSL | hsl(169, 76%, 50%) |
| CMYK | cmyk(86%, 0%, 16%, 13%) |
| LAB | lab(80.0 -52.0 4.7) |
| LCH | lch(80.0 52.2 174.8) |
| OKLCH | oklch(0.809 0.148 175.5) |
Copy-ready code
/* CSS */
color: #1fdfbc;
background-color: #1fdfbc;
/* Tailwind (arbitrary) */
class="text-[#1fdfbc] bg-[#1fdfbc]"
/* SCSS */
$brand: #1fdfbc;
/* SwiftUI */
Color(red: 0.122, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#1fdfbc")Accessibility — WCAG contrast
Aa
#1fdfbc on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fdfbc on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green87.5%
Blue73.7%
CMYK percentages
Cyan86.1%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#1fdfbc text on a black background
contrast 12.34:1
Card sample
#1fdfbc text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fdfbc;
Background color
Panel with #1fdfbc background
background-color: #1fdfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fdfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fdfbc; background: linear-gradient(135deg, #1fdfbc, #1F82DF);