#1faba3
a dark, vivid cyan · cool · closest name: teal
RGB
31, 171, 163
HSL
177°, 69%, 40%
CMYK
82, 0, 5, 33
Luminance
0.3206
Every format
| HEX | #1faba3 |
| RGB | rgb(31, 171, 163) |
| HSL | hsl(177, 69%, 40%) |
| CMYK | cmyk(82%, 0%, 5%, 33%) |
| LAB | lab(63.4 -36.4 -6.0) |
| LCH | lch(63.4 36.9 189.3) |
| OKLCH | oklch(0.671 0.111 188.7) |
Copy-ready code
/* CSS */
color: #1faba3;
background-color: #1faba3;
/* Tailwind (arbitrary) */
class="text-[#1faba3] bg-[#1faba3]"
/* SCSS */
$brand: #1faba3;
/* SwiftUI */
Color(red: 0.122, green: 0.671, blue: 0.639)
/* Android */
Color.parseColor("#1faba3")Accessibility — WCAG contrast
Aa
#1faba3 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1faba3 on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green67.1%
Blue63.9%
CMYK percentages
Cyan81.9%
Magenta0.0%
Yellow4.7%
Key (black)32.9%
Color previews
#1faba3 text on a black background
contrast 7.41:1
Card sample
#1faba3 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1faba3;
Background color
Panel with #1faba3 background
background-color: #1faba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1faba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 171, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 171, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1faba3; background: linear-gradient(135deg, #1faba3, #1F56AB);