Sea Green
#1F936D
GreenColor Codes
All color formats for development
HEX
#1F936DRGB
rgb(31, 147, 109)HSL
hsl(160, 65%, 35%)OKLCH
oklch(0.592 0.115 165.4)CMYK
cmyk(79%, 0%, 26%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8562
2#197657
3#16674C
4#135841
5#104A36
6#0C3B2B
7#092C21
8#061D16
9#030F0B
Tints
Lighter variations
1#25AF81
2#2BCA95
3#40D6A4
4#5BDCB1
5#76E2BE
6#92E8CB
7#ADEED8
8#C8F3E5
9#E4F9F2
Tones
Muted variations
1#258D6B
2#2B8869
3#318267
4#367C65
5#3C7663
6#427061
7#486B5F
8#4E655D
9#535F5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAD1 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0B9 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B989 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F936D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16694E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4332 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF9;
--sea-green-100: #E2F9F1;
--sea-green-200: #C8F3E5;
--sea-green-300: #9EEAD1;
--sea-green-400: #6CE0B9;
--sea-green-500: #42D7A5;
--sea-green-600: #27B989;
--sea-green-700: #1F936D;
--sea-green-800: #16694E;
--sea-green-900: #0E4332;
--sea-green-950: #092A1F;
}