Sea Green
#1D955B
GreenColor Codes
All color formats for development
HEX
#1D955BRGB
rgb(29, 149, 91)HSL
hsl(151, 67%, 35%)OKLCH
oklch(0.593 0.135 156.1)CMYK
cmyk(81%, 0%, 39%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8652
2#187749
3#156840
4#125937
5#0F4B2E
6#0C3C24
7#092D1B
8#061E12
9#030F09
Tints
Lighter variations
1#23B16C
2#28CC7D
3#3DD98E
4#59DE9E
5#75E4AE
6#90E9BE
7#ACEFCE
8#C8F4DF
9#E3FAEF
Tones
Muted variations
1#238F5B
2#29895B
3#2F835B
4#357D5A
5#3B775A
6#41715A
7#476B5A
8#4D655A
9#535F59
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECC6 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2A8 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD98F | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB73 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D955B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D442A | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF8;
--sea-green-100: #E1F9EE;
--sea-green-200: #C8F4DF;
--sea-green-300: #9DECC6;
--sea-green-400: #6AE2A8;
--sea-green-500: #3FD98F;
--sea-green-600: #25BB73;
--sea-green-700: #1D955B;
--sea-green-800: #156A41;
--sea-green-900: #0D442A;
--sea-green-950: #082B1A;
}