Sea Green
#1D956B
GreenColor Codes
All color formats for development
HEX
#1D956BRGB
rgb(29, 149, 107)HSL
hsl(159, 67%, 35%)OKLCH
oklch(0.596 0.12 163.6)CMYK
cmyk(81%, 0%, 28%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8660
2#187756
3#15684B
4#125940
5#0F4B36
6#0C3C2B
7#092D20
8#061E15
9#030F0B
Tints
Lighter variations
1#23B17F
2#28CC93
3#3DD9A2
4#59DEB0
5#75E4BD
6#90E9CA
7#ACEFD7
8#C8F4E5
9#E3FAF2
Tones
Muted variations
1#238F69
2#298968
3#2F8366
4#357D64
5#3B7762
6#417160
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 #9DECD0 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D956B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4431 | 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: #9DECD0;
--sea-green-400: #6AE2B8;
--sea-green-500: #3FD9A3;
--sea-green-600: #25BB87;
--sea-green-700: #1D956B;
--sea-green-800: #156A4D;
--sea-green-900: #0D4431;
--sea-green-950: #082B1F;
}