#1fada8
a dark, vivid cyan · cool · closest name: teal
RGB
31, 173, 168
HSL
178°, 70%, 40%
CMYK
82, 0, 3, 32
Luminance
0.3301
Every format
| HEX | #1fada8 |
| RGB | rgb(31, 173, 168) |
| HSL | hsl(178, 70%, 40%) |
| CMYK | cmyk(82%, 0%, 3%, 32%) |
| LAB | lab(64.2 -35.9 -7.6) |
| LCH | lch(64.2 36.7 192.0) |
| OKLCH | oklch(0.678 0.111 191.1) |
Copy-ready code
/* CSS */
color: #1fada8;
background-color: #1fada8;
/* Tailwind (arbitrary) */
class="text-[#1fada8] bg-[#1fada8]"
/* SCSS */
$brand: #1fada8;
/* SwiftUI */
Color(red: 0.122, green: 0.678, blue: 0.659)
/* Android */
Color.parseColor("#1fada8")Accessibility — WCAG contrast
Aa
#1fada8 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fada8 on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green67.8%
Blue65.9%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow2.9%
Key (black)32.2%
Color previews
#1fada8 text on a black background
contrast 7.60:1
Card sample
#1fada8 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fada8;
Background color
Panel with #1fada8 background
background-color: #1fada8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fada8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 173, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 173, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fada8; background: linear-gradient(135deg, #1fada8, #1F53AD);