#1fba72
a dark, vivid green · cool · closest name: seagreen
RGB
31, 186, 114
HSL
152°, 71%, 43%
CMYK
83, 0, 39, 27
Luminance
0.3662
Every format
| HEX | #1fba72 |
| RGB | rgb(31, 186, 114) |
| HSL | hsl(152, 71%, 43%) |
| CMYK | cmyk(83%, 0%, 39%, 27%) |
| LAB | lab(67.0 -54.7 26.0) |
| LCH | lch(67.0 60.5 154.6) |
| OKLCH | oklch(0.697 0.161 156.2) |
Copy-ready code
/* CSS */
color: #1fba72;
background-color: #1fba72;
/* Tailwind (arbitrary) */
class="text-[#1fba72] bg-[#1fba72]"
/* SCSS */
$brand: #1fba72;
/* SwiftUI */
Color(red: 0.122, green: 0.729, blue: 0.447)
/* Android */
Color.parseColor("#1fba72")Accessibility — WCAG contrast
Aa
#1fba72 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fba72 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green72.9%
Blue44.7%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow38.7%
Key (black)27.1%
Color previews
#1fba72 text on a black background
contrast 8.32:1
Card sample
#1fba72 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fba72;
Background color
Panel with #1fba72 background
background-color: #1fba72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fba72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 186, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 186, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fba72; background: linear-gradient(135deg, #1fba72, #1F9BBA);