#1fefdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
31, 239, 223
HSL
175°, 87%, 53%
CMYK
87, 0, 7, 6
Luminance
0.6735
Every format
| HEX | #1fefdf |
| RGB | rgb(31, 239, 223) |
| HSL | hsl(175, 87%, 53%) |
| CMYK | cmyk(87%, 0%, 7%, 6%) |
| LAB | lab(85.7 -49.3 -5.5) |
| LCH | lch(85.7 49.6 186.4) |
| OKLCH | oklch(0.859 0.147 186.1) |
Copy-ready code
/* CSS */
color: #1fefdf;
background-color: #1fefdf;
/* Tailwind (arbitrary) */
class="text-[#1fefdf] bg-[#1fefdf]"
/* SCSS */
$brand: #1fefdf;
/* SwiftUI */
Color(red: 0.122, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#1fefdf")Accessibility — WCAG contrast
Aa
#1fefdf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fefdf on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green93.7%
Blue87.5%
CMYK percentages
Cyan87.0%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#1fefdf text on a black background
contrast 14.47:1
Card sample
#1fefdf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fefdf;
Background color
Panel with #1fefdf background
background-color: #1fefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fefdf; background: linear-gradient(135deg, #1fefdf, #1F74EF);