#1f998a
a dark, vivid cyan · cool · closest name: teal
RGB
31, 153, 138
HSL
173°, 66%, 36%
CMYK
80, 0, 10, 40
Luminance
0.2491
Every format
| HEX | #1f998a |
| RGB | rgb(31, 153, 138) |
| HSL | hsl(173, 66%, 36%) |
| CMYK | cmyk(80%, 0%, 10%, 40%) |
| LAB | lab(57.0 -35.4 -1.3) |
| LCH | lch(57.0 35.5 182.1) |
| OKLCH | oklch(0.616 0.103 182.3) |
Copy-ready code
/* CSS */
color: #1f998a;
background-color: #1f998a;
/* Tailwind (arbitrary) */
class="text-[#1f998a] bg-[#1f998a]"
/* SCSS */
$brand: #1f998a;
/* SwiftUI */
Color(red: 0.122, green: 0.600, blue: 0.541)
/* Android */
Color.parseColor("#1f998a")Accessibility — WCAG contrast
Aa
#1f998a on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1f998a on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green60.0%
Blue54.1%
CMYK percentages
Cyan79.7%
Magenta0.0%
Yellow9.8%
Key (black)40.0%
Color previews
#1f998a text on a black background
contrast 5.98:1
Card sample
#1f998a text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f998a;
Background color
Panel with #1f998a background
background-color: #1f998a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f998a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 153, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 153, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f998a; background: linear-gradient(135deg, #1f998a, #1F5799);