Sea Green
#31AF4F
GreenColor Codes
All color formats for development
HEX
#31AF4FRGB
rgb(49, 175, 79)HSL
hsl(134, 56%, 44%)OKLCH
oklch(0.665 0.174 147.4)CMYK
cmyk(72%, 0%, 55%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C9E47
2#278C3F
3#237B37
4#1E692F
5#195827
6#14461F
7#0F3518
8#0A2310
9#051208
Tints
Lighter variations
1#38C559
2#4DCD6B
3#63D37D
4#79D990
5#90E0A2
6#A6E6B5
7#BCECC7
8#D2F2DA
9#E9F9EC
Tones
Muted variations
1#38A952
2#3EA255
3#449C59
4#4B965C
5#51905F
6#578963
7#5D8366
8#647D69
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 #CBF0D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B3 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D88B | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD6A | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF4F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B3F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C632D | 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: #CBF0D4;
--sea-green-300: #A4E5B3;
--sea-green-400: #74D88B;
--sea-green-500: #4CCD6A;
--sea-green-600: #31AF4F;
--sea-green-700: #278B3F;
--sea-green-800: #1C632D;
--sea-green-900: #12401D;
--sea-green-950: #0B2812;
}