Sea Green
#31AF6A
GreenColor Codes
All color formats for development
HEX
#31AF6ARGB
rgb(49, 175, 106)HSL
hsl(147, 56%, 44%)OKLCH
oklch(0.669 0.149 154.5)CMYK
cmyk(72%, 0%, 39%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C9E5F
2#278C55
3#237B4A
4#1E6940
5#195835
6#14462A
7#0F3520
8#0A2315
9#05120B
Tints
Lighter variations
1#38C577
2#4DCD86
3#63D395
4#79D9A5
5#90E0B4
6#A6E6C3
7#BCECD2
8#D2F2E1
9#E9F9F0
Tones
Muted variations
1#38A96B
2#3EA26B
3#449C6C
4#4B966C
5#51906D
6#57896E
7#5D836E
8#647D6F
9#6A7670
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C1 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8A1 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD86 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF6A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C633C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124027 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF7;
--sea-green-100: #E3F7EC;
--sea-green-200: #CBF0DC;
--sea-green-300: #A4E5C1;
--sea-green-400: #74D8A1;
--sea-green-500: #4CCD86;
--sea-green-600: #31AF6A;
--sea-green-700: #278B54;
--sea-green-800: #1C633C;
--sea-green-900: #124027;
--sea-green-950: #0B2818;
}