Sea Green
#2FB154
GreenColor Codes
All color formats for development
HEX
#2FB154RGB
rgb(47, 177, 84)HSL
hsl(137, 58%, 44%)OKLCH
oklch(0.671 0.173 148.4)CMYK
cmyk(73%, 0%, 53%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA04C
2#268E43
3#217C3B
4#1C6A32
5#18592A
6#134722
7#0E3519
8#092311
9#051208
Tints
Lighter variations
1#35C85F
2#4BCF70
3#61D582
4#78DB94
5#8EE1A6
6#A5E7B8
7#BBEDC9
8#D2F3DB
9#E8F9ED
Tones
Muted variations
1#36AB57
2#3CA45A
3#439E5C
4#49975F
5#509162
6#568A65
7#5D8468
8#637D6B
9#6A776D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B6 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA8F | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF6F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB154 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D43 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6530 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2813 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E3F8E9;
--sea-green-200: #CBF1D6;
--sea-green-300: #A2E6B6;
--sea-green-400: #72DA8F;
--sea-green-500: #4ACF6F;
--sea-green-600: #2FB154;
--sea-green-700: #258D43;
--sea-green-800: #1B6530;
--sea-green-900: #11401F;
--sea-green-950: #0B2813;
}