Sea Green
#1D9555
GreenColor Codes
All color formats for development
HEX
#1D9555RGB
rgb(29, 149, 85)HSL
hsl(148, 67%, 35%)OKLCH
oklch(0.592 0.14 153.8)CMYK
cmyk(81%, 0%, 43%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B864D
2#187744
3#15683C
4#125933
5#0F4B2B
6#0C3C22
7#092D1A
8#061E11
9#030F09
Tints
Lighter variations
1#23B165
2#28CC75
3#3DD986
4#59DE97
5#75E4A8
6#90E9BA
7#ACEFCB
8#C8F4DC
9#E3FAEE
Tones
Muted variations
1#238F56
2#298956
3#2F8356
4#357D57
5#3B7757
6#417158
7#476B58
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 #9DECC2 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2A2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD987 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9555 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4427 | 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: #9DECC2;
--sea-green-400: #6AE2A2;
--sea-green-500: #3FD987;
--sea-green-600: #25BB6B;
--sea-green-700: #1D9555;
--sea-green-800: #156A3D;
--sea-green-900: #0D4427;
--sea-green-950: #082B18;
}