Sea Green
#2FB165
GreenColor Codes
All color formats for development
HEX
#2FB165RGB
rgb(47, 177, 101)HSL
hsl(145, 58%, 44%)OKLCH
oklch(0.673 0.157 152.7)CMYK
cmyk(73%, 0%, 43%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA05B
2#268E51
3#217C47
4#1C6A3D
5#185933
6#134729
7#0E351E
8#092314
9#05120A
Tints
Lighter variations
1#35C872
2#4BCF82
3#61D591
4#78DBA1
5#8EE1B1
6#A5E7C0
7#BBEDD0
8#D2F3E0
9#E8F9EF
Tones
Muted variations
1#36AB66
2#3CA468
3#439E69
4#49976A
5#50916B
6#568A6C
7#5D846D
8#637D6E
9#6A776F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6BF | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA9D | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF81 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB165 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114025 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2817 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF7;
--sea-green-100: #E3F8EB;
--sea-green-200: #CBF1DB;
--sea-green-300: #A2E6BF;
--sea-green-400: #72DA9D;
--sea-green-500: #4ACF81;
--sea-green-600: #2FB165;
--sea-green-700: #258D51;
--sea-green-800: #1B653A;
--sea-green-900: #114025;
--sea-green-950: #0B2817;
}