Sea Green
#31AF51
GreenColor Codes
All color formats for development
HEX
#31AF51RGB
rgb(49, 175, 81)HSL
hsl(135, 56%, 44%)OKLCH
oklch(0.665 0.172 147.8)CMYK
cmyk(72%, 0%, 54%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C9E49
2#278C41
3#237B39
4#1E6930
5#195828
6#144620
7#0F3518
8#0A2310
9#051208
Tints
Lighter variations
1#38C55B
2#4DCD6D
3#63D37F
4#79D991
5#90E0A4
6#A6E6B6
7#BCECC8
8#D2F2DA
9#E9F9ED
Tones
Muted variations
1#38A954
2#3EA257
3#449C5A
4#4B965D
5#519060
6#578964
7#5D8367
8#647D6A
9#6A766D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D88D | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD6C | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF51 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B40 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C632E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2812 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E3F7E8;
--sea-green-200: #CBF0D5;
--sea-green-300: #A4E5B4;
--sea-green-400: #74D88D;
--sea-green-500: #4CCD6C;
--sea-green-600: #31AF51;
--sea-green-700: #278B40;
--sea-green-800: #1C632E;
--sea-green-900: #12401D;
--sea-green-950: #0B2812;
}