Sea Green
#31AF46
GreenColor Codes
All color formats for development
HEX
#31AF46RGB
rgb(49, 175, 70)HSL
hsl(130, 56%, 44%)OKLCH
oklch(0.664 0.181 145.7)CMYK
cmyk(72%, 0%, 60%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C9E3F
2#278C38
3#237B31
4#1E692A
5#195823
6#14461C
7#0F3515
8#0A230E
9#051207
Tints
Lighter variations
1#38C54F
2#4DCD62
3#63D376
4#79D989
5#90E09D
6#A6E6B1
7#BCECC4
8#D2F2D8
9#E9F9EB
Tones
Muted variations
1#38A94B
2#3EA24F
3#449C53
4#4B9657
5#51905B
6#57895F
7#5D8364
8#647D68
9#6A766C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5AE | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D884 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD61 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF46 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B38 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6328 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2810 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF4;
--sea-green-100: #E3F7E6;
--sea-green-200: #CBF0D1;
--sea-green-300: #A4E5AE;
--sea-green-400: #74D884;
--sea-green-500: #4CCD61;
--sea-green-600: #31AF46;
--sea-green-700: #278B38;
--sea-green-800: #1C6328;
--sea-green-900: #12401A;
--sea-green-950: #0B2810;
}