Sea Green
#31AF59
GreenColor Codes
All color formats for development
HEX
#31AF59RGB
rgb(49, 175, 89)HSL
hsl(139, 56%, 44%)OKLCH
oklch(0.666 0.165 149.6)CMYK
cmyk(72%, 0%, 49%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C9E50
2#278C47
3#237B3E
4#1E6935
5#19582D
6#144624
7#0F351B
8#0A2312
9#051209
Tints
Lighter variations
1#38C565
2#4DCD75
3#63D387
4#79D998
5#90E0A9
6#A6E6BA
7#BCECCB
8#D2F2DD
9#E9F9EE
Tones
Muted variations
1#38A95B
2#3EA25E
3#449C60
4#4B9662
5#519065
6#578967
7#5D8369
8#647D6C
9#6A766E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B8 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D893 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD75 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6333 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124020 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E3F7E9;
--sea-green-200: #CBF0D7;
--sea-green-300: #A4E5B8;
--sea-green-400: #74D893;
--sea-green-500: #4CCD75;
--sea-green-600: #31AF59;
--sea-green-700: #278B47;
--sea-green-800: #1C6333;
--sea-green-900: #124020;
--sea-green-950: #0B2814;
}