Sea Green
#31AF55
GreenColor Codes
All color formats for development
HEX
#31AF55RGB
rgb(49, 175, 85)HSL
hsl(137, 56%, 44%)OKLCH
oklch(0.666 0.169 148.6)CMYK
cmyk(72%, 0%, 51%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C9E4C
2#278C44
3#237B3B
4#1E6933
5#19582A
6#144622
7#0F3519
8#0A2311
9#051208
Tints
Lighter variations
1#38C560
2#4DCD71
3#63D383
4#79D995
5#90E0A6
6#A6E6B8
7#BCECCA
8#D2F2DC
9#E9F9ED
Tones
Muted variations
1#38A958
2#3EA25A
3#449C5D
4#4B9660
5#519063
6#578965
7#5D8368
8#647D6B
9#6A766D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B6 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D890 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD70 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF55 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B44 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6330 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2813 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E3F7E9;
--sea-green-200: #CBF0D6;
--sea-green-300: #A4E5B6;
--sea-green-400: #74D890;
--sea-green-500: #4CCD70;
--sea-green-600: #31AF55;
--sea-green-700: #278B44;
--sea-green-800: #1C6330;
--sea-green-900: #12401F;
--sea-green-950: #0B2813;
}