#1f7a66
a dark, vivid cyan · cool · closest name: teal
RGB
31, 122, 102
HSL
167°, 60%, 30%
CMYK
75, 0, 16, 52
Luminance
0.1517
Every format
| HEX | #1f7a66 |
| RGB | rgb(31, 122, 102) |
| HSL | hsl(167, 60%, 30%) |
| CMYK | cmyk(75%, 0%, 16%, 52%) |
| LAB | lab(45.9 -31.2 3.4) |
| LCH | lch(45.9 31.4 173.7) |
| OKLCH | oklch(0.522 0.089 174.4) |
Copy-ready code
/* CSS */
color: #1f7a66;
background-color: #1f7a66;
/* Tailwind (arbitrary) */
class="text-[#1f7a66] bg-[#1f7a66]"
/* SCSS */
$brand: #1f7a66;
/* SwiftUI */
Color(red: 0.122, green: 0.478, blue: 0.400)
/* Android */
Color.parseColor("#1f7a66")Accessibility — WCAG contrast
Aa
#1f7a66 on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1f7a66 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green47.8%
Blue40.0%
CMYK percentages
Cyan74.6%
Magenta0.0%
Yellow16.4%
Key (black)52.2%
Color previews
#1f7a66 text on a black background
contrast 4.03:1
Card sample
#1f7a66 text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f7a66;
Background color
Panel with #1f7a66 background
background-color: #1f7a66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f7a66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 122, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 122, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f7a66; background: linear-gradient(135deg, #1f7a66, #1F517A);