Sea Green
#1F935D
GreenColor Codes
All color formats for development
HEX
#1F935DRGB
rgb(31, 147, 93)HSL
hsl(152, 65%, 35%)OKLCH
oklch(0.588 0.129 157.3)CMYK
cmyk(79%, 0%, 37%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8554
2#19764A
3#166741
4#135838
5#104A2F
6#0C3B25
7#092C1C
8#061D13
9#030F09
Tints
Lighter variations
1#25AF6E
2#2BCA80
3#40D690
4#5BDCA0
5#76E2B0
6#92E8C0
7#ADEECF
8#C8F3DF
9#E4F9EF
Tones
Muted variations
1#258D5D
2#2B885C
3#31825C
4#367C5C
5#3C765B
6#42705B
7#486B5A
8#4E655A
9#535F5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAC7 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0AA | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D791 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B975 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F935D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166943 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E432B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF8;
--sea-green-100: #E2F9EE;
--sea-green-200: #C8F3DF;
--sea-green-300: #9EEAC7;
--sea-green-400: #6CE0AA;
--sea-green-500: #42D791;
--sea-green-600: #27B975;
--sea-green-700: #1F935D;
--sea-green-800: #166943;
--sea-green-900: #0E432B;
--sea-green-950: #092A1B;
}