#1fdbcf
a balanced, electric cyan · cool · closest name: turquoise
RGB
31, 219, 207
HSL
176°, 75%, 49%
CMYK
86, 0, 6, 14
Luminance
0.5546
Every format
| HEX | #1fdbcf |
| RGB | rgb(31, 219, 207) |
| HSL | hsl(176, 75%, 49%) |
| CMYK | cmyk(86%, 0%, 6%, 14%) |
| LAB | lab(79.3 -45.2 -6.4) |
| LCH | lch(79.3 45.7 188.1) |
| OKLCH | oklch(0.805 0.136 187.7) |
Copy-ready code
/* CSS */
color: #1fdbcf;
background-color: #1fdbcf;
/* Tailwind (arbitrary) */
class="text-[#1fdbcf] bg-[#1fdbcf]"
/* SCSS */
$brand: #1fdbcf;
/* SwiftUI */
Color(red: 0.122, green: 0.859, blue: 0.812)
/* Android */
Color.parseColor("#1fdbcf")Accessibility — WCAG contrast
Aa
#1fdbcf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fdbcf on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green85.9%
Blue81.2%
CMYK percentages
Cyan85.8%
Magenta0.0%
Yellow5.5%
Key (black)14.1%
Color previews
#1fdbcf text on a black background
contrast 12.09:1
Card sample
#1fdbcf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fdbcf;
Background color
Panel with #1fdbcf background
background-color: #1fdbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fdbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 219, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 219, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fdbcf; background: linear-gradient(135deg, #1fdbcf, #1F6ADB);