Sea Green
#2FB15F
GreenColor Codes
All color formats for development
HEX
#2FB15FRGB
rgb(47, 177, 95)HSL
hsl(142, 58%, 44%)OKLCH
oklch(0.672 0.163 151.1)CMYK
cmyk(73%, 0%, 46%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA055
2#268E4C
3#217C42
4#1C6A39
5#18592F
6#134726
7#0E351C
8#092313
9#051209
Tints
Lighter variations
1#35C86B
2#4BCF7B
3#61D58C
4#78DB9C
5#8EE1AD
6#A5E7BD
7#BBEDCE
8#D2F3DE
9#E8F9EF
Tones
Muted variations
1#36AB61
2#3CA462
3#439E64
4#499766
5#509168
6#568A69
7#5D846B
8#637D6D
9#6A776E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6BB | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA98 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF7B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB15F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D4B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6536 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114022 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2816 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E3F8EA;
--sea-green-200: #CBF1D9;
--sea-green-300: #A2E6BB;
--sea-green-400: #72DA98;
--sea-green-500: #4ACF7B;
--sea-green-600: #2FB15F;
--sea-green-700: #258D4B;
--sea-green-800: #1B6536;
--sea-green-900: #114022;
--sea-green-950: #0B2816;
}