Sea Green
#13A05E
GreenColor Codes
All color formats for development
HEX
#13A05ERGB
rgb(19, 160, 94)HSL
hsl(152, 79%, 35%)OKLCH
oklch(0.622 0.148 155.4)CMYK
cmyk(88%, 0%, 41%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119055
2#0F804B
3#0D7042
4#0B6038
5#09502F
6#074026
7#06301C
8#042013
9#021009
Tints
Lighter variations
1#16BD6F
2#1ADB81
3#2FE791
4#4DEAA1
5#6BEEB0
6#88F1C0
7#A6F5D0
8#C4F8E0
9#E1FCEF
Tones
Muted variations
1#1A995D
2#21925D
3#288B5D
4#2F845C
5#367D5C
6#3D755B
7#446E5B
8#4B675A
9#52605A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C7 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECAA | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E792 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C976 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A05E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7243 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF8;
--sea-green-100: #DFFBEE;
--sea-green-200: #C4F8E0;
--sea-green-300: #96F3C7;
--sea-green-400: #5FECAA;
--sea-green-500: #32E792;
--sea-green-600: #18C976;
--sea-green-700: #13A05E;
--sea-green-800: #0D7243;
--sea-green-900: #09492B;
--sea-green-950: #052E1B;
}