Sea Green
#2FB16A
GreenColor Codes
All color formats for development
HEX
#2FB16ARGB
rgb(47, 177, 106)HSL
hsl(147, 58%, 44%)OKLCH
oklch(0.674 0.153 154.3)CMYK
cmyk(73%, 0%, 40%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA05F
2#268E55
3#217C4A
4#1C6A3F
5#185935
6#13472A
7#0E3520
8#092315
9#05120B
Tints
Lighter variations
1#35C877
2#4BCF86
3#61D595
4#78DBA4
5#8EE1B3
6#A5E7C3
7#BBEDD2
8#D2F3E1
9#E8F9F0
Tones
Muted variations
1#36AB6A
2#3CA46B
3#439E6C
4#49976C
5#50916D
6#568A6E
7#5D846E
8#637D6F
9#6A7770
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA1 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF86 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB16A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114026 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF7;
--sea-green-100: #E3F8EC;
--sea-green-200: #CBF1DC;
--sea-green-300: #A2E6C1;
--sea-green-400: #72DAA1;
--sea-green-500: #4ACF86;
--sea-green-600: #2FB16A;
--sea-green-700: #258D54;
--sea-green-800: #1B653C;
--sea-green-900: #114026;
--sea-green-950: #0B2818;
}