#1fcccf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
31, 204, 207
HSL
181°, 74%, 47%
CMYK
85, 1, 0, 19
Luminance
0.4798
Every format
| HEX | #1fcccf |
| RGB | rgb(31, 204, 207) |
| HSL | hsl(181, 74%, 47%) |
| CMYK | cmyk(85%, 1%, 0%, 19%) |
| LAB | lab(74.8 -38.5 -13.1) |
| LCH | lch(74.8 40.7 198.8) |
| OKLCH | oklch(0.768 0.127 196.8) |
Copy-ready code
/* CSS */
color: #1fcccf;
background-color: #1fcccf;
/* Tailwind (arbitrary) */
class="text-[#1fcccf] bg-[#1fcccf]"
/* SCSS */
$brand: #1fcccf;
/* SwiftUI */
Color(red: 0.122, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#1fcccf")Accessibility — WCAG contrast
Aa
#1fcccf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fcccf on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green80.0%
Blue81.2%
CMYK percentages
Cyan85.0%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#1fcccf text on a black background
contrast 10.60:1
Card sample
#1fcccf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fcccf;
Background color
Panel with #1fcccf background
background-color: #1fcccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fcccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fcccf; background: linear-gradient(135deg, #1fcccf, #1F57CF);