Sea Green
#1D9553
GreenColor Codes
All color formats for development
HEX
#1D9553RGB
rgb(29, 149, 83)HSL
hsl(147, 67%, 35%)OKLCH
oklch(0.591 0.142 153.1)CMYK
cmyk(81%, 0%, 44%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B864B
2#187743
3#15683A
4#125932
5#0F4B2A
6#0C3C21
7#092D19
8#061E11
9#030F08
Tints
Lighter variations
1#23B163
2#28CC72
3#3DD983
4#59DE95
5#75E4A7
6#90E9B8
7#ACEFCA
8#C8F4DC
9#E3FAED
Tones
Muted variations
1#238F54
2#298954
3#2F8355
4#357D56
5#3B7756
6#417157
7#476B57
8#4D6558
9#535F59
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECC0 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2A0 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD985 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB69 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9553 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4426 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF7;
--sea-green-100: #E1F9EC;
--sea-green-200: #C8F4DC;
--sea-green-300: #9DECC0;
--sea-green-400: #6AE2A0;
--sea-green-500: #3FD985;
--sea-green-600: #25BB69;
--sea-green-700: #1D9553;
--sea-green-800: #156A3B;
--sea-green-900: #0D4426;
--sea-green-950: #082B18;
}