Sea Green
#1D956D
GreenColor Codes
All color formats for development
HEX
#1D956DRGB
rgb(29, 149, 109)HSL
hsl(160, 67%, 35%)OKLCH
oklch(0.597 0.118 164.7)CMYK
cmyk(81%, 0%, 27%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8662
2#187757
3#15684C
4#125942
5#0F4B37
6#0C3C2C
7#092D21
8#061E16
9#030F0B
Tints
Lighter variations
1#23B181
2#28CC96
3#3DD9A5
4#59DEB2
5#75E4BF
6#90E9CC
7#ACEFD8
8#C8F4E5
9#E3FAF2
Tones
Muted variations
1#238F6B
2#298969
3#2F8367
4#357D65
5#3B7763
6#417161
7#476B5F
8#4D655D
9#535F5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECD1 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2BA | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D956D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4432 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF9;
--sea-green-100: #E1F9F1;
--sea-green-200: #C8F4E5;
--sea-green-300: #9DECD1;
--sea-green-400: #6AE2BA;
--sea-green-500: #3FD9A6;
--sea-green-600: #25BB89;
--sea-green-700: #1D956D;
--sea-green-800: #156A4E;
--sea-green-900: #0D4432;
--sea-green-950: #082B1F;
}