#1fcfdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
31, 207, 223
HSL
185°, 76%, 50%
CMYK
86, 7, 0, 13
Luminance
0.5024
Every format
| HEX | #1fcfdf |
| RGB | rgb(31, 207, 223) |
| HSL | hsl(185, 76%, 50%) |
| CMYK | cmyk(86%, 7%, 0%, 13%) |
| LAB | lab(76.2 -35.1 -19.6) |
| LCH | lch(76.2 40.2 209.2) |
| OKLCH | oklch(0.781 0.129 205.0) |
Copy-ready code
/* CSS */
color: #1fcfdf;
background-color: #1fcfdf;
/* Tailwind (arbitrary) */
class="text-[#1fcfdf] bg-[#1fcfdf]"
/* SCSS */
$brand: #1fcfdf;
/* SwiftUI */
Color(red: 0.122, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#1fcfdf")Accessibility — WCAG contrast
Aa
#1fcfdf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fcfdf on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green81.2%
Blue87.5%
CMYK percentages
Cyan86.1%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#1fcfdf text on a black background
contrast 11.05:1
Card sample
#1fcfdf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fcfdf;
Background color
Panel with #1fcfdf background
background-color: #1fcfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fcfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fcfdf; background: linear-gradient(135deg, #1fcfdf, #1F4FDF);