Sea Green
#1D956F
GreenColor Codes
All color formats for development
HEX
#1D956FRGB
rgb(29, 149, 111)HSL
hsl(161, 67%, 35%)OKLCH
oklch(0.597 0.117 165.9)CMYK
cmyk(81%, 0%, 26%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8664
2#187759
3#15684E
4#125943
5#0F4B38
6#0C3C2C
7#092D21
8#061E16
9#030F0B
Tints
Lighter variations
1#23B184
2#28CC98
3#3DD9A7
4#59DEB4
5#75E4C0
6#90E9CD
7#ACEFD9
8#C8F4E6
9#E3FAF2
Tones
Muted variations
1#238F6D
2#29896B
3#2F8369
4#357D66
5#3B7764
6#417162
7#476B60
8#4D655E
9#535F5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECD3 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2BC | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D956F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4433 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF9;
--sea-green-100: #E1F9F2;
--sea-green-200: #C8F4E6;
--sea-green-300: #9DECD3;
--sea-green-400: #6AE2BC;
--sea-green-500: #3FD9A8;
--sea-green-600: #25BB8C;
--sea-green-700: #1D956F;
--sea-green-800: #156A4F;
--sea-green-900: #0D4433;
--sea-green-950: #082B20;
}