#1f8f99
a dark, vivid cyan · cool · closest name: teal
RGB
31, 143, 153
HSL
185°, 66%, 36%
CMYK
80, 7, 0, 40
Luminance
0.2224
Every format
| HEX | #1f8f99 |
| RGB | rgb(31, 143, 153) |
| HSL | hsl(185, 66%, 36%) |
| CMYK | cmyk(80%, 7%, 0%, 40%) |
| LAB | lab(54.3 -26.1 -13.9) |
| LCH | lch(54.3 29.6 208.2) |
| OKLCH | oklch(0.596 0.095 204.2) |
Copy-ready code
/* CSS */
color: #1f8f99;
background-color: #1f8f99;
/* Tailwind (arbitrary) */
class="text-[#1f8f99] bg-[#1f8f99]"
/* SCSS */
$brand: #1f8f99;
/* SwiftUI */
Color(red: 0.122, green: 0.561, blue: 0.600)
/* Android */
Color.parseColor("#1f8f99")Accessibility — WCAG contrast
Aa
#1f8f99 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1f8f99 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green56.1%
Blue60.0%
CMYK percentages
Cyan79.7%
Magenta6.5%
Yellow0.0%
Key (black)40.0%
Color previews
#1f8f99 text on a black background
contrast 5.45:1
Card sample
#1f8f99 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f8f99;
Background color
Panel with #1f8f99 background
background-color: #1f8f99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f8f99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 143, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 143, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f8f99; background: linear-gradient(135deg, #1f8f99, #1F3E99);