#1fcfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
31, 207, 186
HSL
173°, 74%, 47%
CMYK
85, 0, 10, 19
Luminance
0.4846
Every format
| HEX | #1fcfba |
| RGB | rgb(31, 207, 186) |
| HSL | hsl(173, 74%, 47%) |
| CMYK | cmyk(85%, 0%, 10%, 19%) |
| LAB | lab(75.1 -45.9 -1.3) |
| LCH | lch(75.1 45.9 181.7) |
| OKLCH | oklch(0.769 0.133 181.9) |
Copy-ready code
/* CSS */
color: #1fcfba;
background-color: #1fcfba;
/* Tailwind (arbitrary) */
class="text-[#1fcfba] bg-[#1fcfba]"
/* SCSS */
$brand: #1fcfba;
/* SwiftUI */
Color(red: 0.122, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#1fcfba")Accessibility — WCAG contrast
Aa
#1fcfba on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fcfba on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green81.2%
Blue72.9%
CMYK percentages
Cyan85.0%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#1fcfba text on a black background
contrast 10.69:1
Card sample
#1fcfba text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fcfba;
Background color
Panel with #1fcfba background
background-color: #1fcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fcfba; background: linear-gradient(135deg, #1fcfba, #1F6FCF);