#1fada2
a dark, vivid cyan · cool · closest name: turquoise
RGB
31, 173, 162
HSL
175°, 70%, 40%
CMYK
82, 0, 6, 32
Luminance
0.3279
Every format
| HEX | #1fada2 |
| RGB | rgb(31, 173, 162) |
| HSL | hsl(175, 70%, 40%) |
| CMYK | cmyk(82%, 0%, 6%, 32%) |
| LAB | lab(64.0 -37.6 -4.5) |
| LCH | lch(64.0 37.9 186.9) |
| OKLCH | oklch(0.676 0.113 186.6) |
Copy-ready code
/* CSS */
color: #1fada2;
background-color: #1fada2;
/* Tailwind (arbitrary) */
class="text-[#1fada2] bg-[#1fada2]"
/* SCSS */
$brand: #1fada2;
/* SwiftUI */
Color(red: 0.122, green: 0.678, blue: 0.635)
/* Android */
Color.parseColor("#1fada2")Accessibility — WCAG contrast
Aa
#1fada2 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fada2 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green67.8%
Blue63.5%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow6.4%
Key (black)32.2%
Color previews
#1fada2 text on a black background
contrast 7.56:1
Card sample
#1fada2 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fada2;
Background color
Panel with #1fada2 background
background-color: #1fada2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fada2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 173, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 173, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fada2; background: linear-gradient(135deg, #1fada2, #1F59AD);