Sea Green
#13A06E
GreenColor Codes
All color formats for development
HEX
#13A06ERGB
rgb(19, 160, 110)HSL
hsl(159, 79%, 35%)OKLCH
oklch(0.625 0.134 161.8)CMYK
cmyk(88%, 0%, 31%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119063
2#0F8058
3#0D704D
4#0B6042
5#095037
6#07402C
7#063021
8#042016
9#02100B
Tints
Lighter variations
1#16BD83
2#1ADB97
3#2FE7A6
4#4DEAB3
5#6BEEC0
6#88F1CC
7#A6F5D9
8#C4F8E6
9#E1FCF2
Tones
Muted variations
1#1A996C
2#21926A
3#288B68
4#2F8466
5#367D64
6#3D7562
7#446E60
8#4B675D
9#52605B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3D2 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECBB | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C98B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A06E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D724F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094932 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF9;
--sea-green-100: #DFFBF1;
--sea-green-200: #C4F8E6;
--sea-green-300: #96F3D2;
--sea-green-400: #5FECBB;
--sea-green-500: #32E7A7;
--sea-green-600: #18C98B;
--sea-green-700: #13A06E;
--sea-green-800: #0D724F;
--sea-green-900: #094932;
--sea-green-950: #052E20;
}