Sea Green
#31AF4B
GreenColor Codes
All color formats for development
HEX
#31AF4BRGB
rgb(49, 175, 75)HSL
hsl(132, 56%, 44%)OKLCH
oklch(0.664 0.177 146.6)CMYK
cmyk(72%, 0%, 57%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C9E43
2#278C3C
3#237B34
4#1E692D
5#195825
6#14461E
7#0F3516
8#0A230F
9#051207
Tints
Lighter variations
1#38C554
2#4DCD66
3#63D379
4#79D98D
5#90E0A0
6#A6E6B3
7#BCECC6
8#D2F2D9
9#E9F9EC
Tones
Muted variations
1#38A94E
2#3EA252
3#449C56
4#4B965A
5#51905D
6#578961
7#5D8365
8#647D69
9#6A766C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B1 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D888 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD66 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF4B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C632A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2811 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E3F7E7;
--sea-green-200: #CBF0D3;
--sea-green-300: #A4E5B1;
--sea-green-400: #74D888;
--sea-green-500: #4CCD66;
--sea-green-600: #31AF4B;
--sea-green-700: #278B3B;
--sea-green-800: #1C632A;
--sea-green-900: #12401B;
--sea-green-950: #0B2811;
}