#1f9155
a dark, vivid green · cool · closest name: seagreen
RGB
31, 145, 85
HSL
148°, 65%, 35%
CMYK
79, 0, 41, 43
Luminance
0.2120
Every format
| HEX | #1f9155 |
| RGB | rgb(31, 145, 85) |
| HSL | hsl(148, 65%, 35%) |
| CMYK | cmyk(79%, 0%, 41%, 43%) |
| LAB | lab(53.2 -45.0 23.3) |
| LCH | lch(53.2 50.7 152.7) |
| OKLCH | oklch(0.581 0.134 154.5) |
Copy-ready code
/* CSS */
color: #1f9155;
background-color: #1f9155;
/* Tailwind (arbitrary) */
class="text-[#1f9155] bg-[#1f9155]"
/* SCSS */
$brand: #1f9155;
/* SwiftUI */
Color(red: 0.122, green: 0.569, blue: 0.333)
/* Android */
Color.parseColor("#1f9155")Accessibility — WCAG contrast
Aa
#1f9155 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1f9155 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green56.9%
Blue33.3%
CMYK percentages
Cyan78.6%
Magenta0.0%
Yellow41.4%
Key (black)43.1%
Color previews
#1f9155 text on a black background
contrast 5.24:1
Card sample
#1f9155 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f9155;
Background color
Panel with #1f9155 background
background-color: #1f9155;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f9155;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 145, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 145, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f9155; background: linear-gradient(135deg, #1f9155, #1F8191);