#1fba8b
a dark, vivid cyan · cool · closest name: seagreen
RGB
31, 186, 139
HSL
162°, 71%, 43%
CMYK
83, 0, 25, 27
Luminance
0.3727
Every format
| HEX | #1fba8b |
| RGB | rgb(31, 186, 139) |
| HSL | hsl(162, 71%, 43%) |
| CMYK | cmyk(83%, 0%, 25%, 27%) |
| LAB | lab(67.5 -49.2 13.2) |
| LCH | lch(67.5 51.0 165.0) |
| OKLCH | oklch(0.702 0.140 166.0) |
Copy-ready code
/* CSS */
color: #1fba8b;
background-color: #1fba8b;
/* Tailwind (arbitrary) */
class="text-[#1fba8b] bg-[#1fba8b]"
/* SCSS */
$brand: #1fba8b;
/* SwiftUI */
Color(red: 0.122, green: 0.729, blue: 0.545)
/* Android */
Color.parseColor("#1fba8b")Accessibility — WCAG contrast
Aa
#1fba8b on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fba8b on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green72.9%
Blue54.5%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow25.3%
Key (black)27.1%
Color previews
#1fba8b text on a black background
contrast 8.45:1
Card sample
#1fba8b text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fba8b;
Background color
Panel with #1fba8b background
background-color: #1fba8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fba8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 186, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 186, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fba8b; background: linear-gradient(135deg, #1fba8b, #1F82BA);