#1f705b
a dark, vivid cyan · cool · closest name: teal
RGB
31, 112, 91
HSL
164°, 57%, 28%
CMYK
72, 0, 19, 56
Luminance
0.1263
Every format
| HEX | #1f705b |
| RGB | rgb(31, 112, 91) |
| HSL | hsl(164, 57%, 28%) |
| CMYK | cmyk(72%, 0%, 19%, 56%) |
| LAB | lab(42.2 -29.5 4.7) |
| LCH | lch(42.2 29.9 170.9) |
| OKLCH | oklch(0.491 0.084 171.7) |
Copy-ready code
/* CSS */
color: #1f705b;
background-color: #1f705b;
/* Tailwind (arbitrary) */
class="text-[#1f705b] bg-[#1f705b]"
/* SCSS */
$brand: #1f705b;
/* SwiftUI */
Color(red: 0.122, green: 0.439, blue: 0.357)
/* Android */
Color.parseColor("#1f705b")Accessibility — WCAG contrast
Aa
#1f705b on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1f705b on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green43.9%
Blue35.7%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow18.7%
Key (black)56.1%
Color previews
#1f705b text on a black background
contrast 3.53:1
Card sample
#1f705b text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f705b;
Background color
Panel with #1f705b background
background-color: #1f705b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f705b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 112, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 112, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f705b; background: linear-gradient(135deg, #1f705b, #1F4F70);