Sea Green
#31AF62
GreenColor Codes
All color formats for development
HEX
#31AF62RGB
rgb(49, 175, 98)HSL
hsl(143, 56%, 44%)OKLCH
oklch(0.668 0.157 152)CMYK
cmyk(72%, 0%, 44%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C9E58
2#278C4E
3#237B44
4#1E693B
5#195831
6#144627
7#0F351D
8#0A2314
9#05120A
Tints
Lighter variations
1#38C56E
2#4DCD7E
3#63D38E
4#79D99E
5#90E0AE
6#A6E6BE
7#BCECCF
8#D2F2DF
9#E9F9EF
Tones
Muted variations
1#38A963
2#3EA264
3#449C66
4#4B9667
5#519069
6#57896A
7#5D836C
8#647D6D
9#6A766F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BD | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D89A | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD7D | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF62 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6337 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124023 | 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: #E3F7EB;
--sea-green-200: #CBF0DA;
--sea-green-300: #A4E5BD;
--sea-green-400: #74D89A;
--sea-green-500: #4CCD7D;
--sea-green-600: #31AF62;
--sea-green-700: #278B4E;
--sea-green-800: #1C6337;
--sea-green-900: #124023;
--sea-green-950: #0B2816;
}