Sea Green
#1F936F
GreenColor Codes
All color formats for development
HEX
#1F936FRGB
rgb(31, 147, 111)HSL
hsl(161, 65%, 35%)OKLCH
oklch(0.592 0.114 166.6)CMYK
cmyk(79%, 0%, 24%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8563
2#197658
3#16674D
4#135842
5#104A37
6#0C3B2C
7#092C21
8#061D16
9#030F0B
Tints
Lighter variations
1#25AF83
2#2BCA98
3#40D6A7
4#5BDCB3
5#76E2C0
6#92E8CD
7#ADEED9
8#C8F3E6
9#E4F9F2
Tones
Muted variations
1#258D6C
2#2B886A
3#318268
4#367C66
5#3C7664
6#427062
7#486B60
8#4E655E
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 #C8F3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAD2 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0BB | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B98B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F936F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16694F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4333 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A20 | 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: #C8F3E6;
--sea-green-300: #9EEAD2;
--sea-green-400: #6CE0BB;
--sea-green-500: #42D7A8;
--sea-green-600: #27B98B;
--sea-green-700: #1F936F;
--sea-green-800: #16694F;
--sea-green-900: #0E4333;
--sea-green-950: #092A20;
}