Sea Green
#0D724C
GreenColor Codes
All color formats for development
HEX
#0D724CRGB
rgb(13, 114, 76)HSL
hsl(157, 80%, 25%)OKLCH
oklch(0.489 0.105 160.8)CMYK
cmyk(89%, 0%, 33%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6744
2#0A5C3D
3#095035
4#08452D
5#063926
6#052E1E
7#042217
8#03170F
9#010B08
Tints
Lighter variations
1#119562
2#14B879
3#18DA90
4#30E8A2
5#53ECB1
6#75F0C1
7#98F4D0
8#BAF7E0
9#DDFBEF
Tones
Muted variations
1#126E4A
2#176949
3#1C6348
4#215E47
5#265946
6#2B5445
7#304F43
8#364A42
9#3B4541
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3CF | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDB6 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA85 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A16A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D734C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084930 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF9;
--sea-green-100: #DFFBF0;
--sea-green-200: #C3F8E4;
--sea-green-300: #95F3CF;
--sea-green-400: #5EEDB6;
--sea-green-500: #30E8A2;
--sea-green-600: #16CA85;
--sea-green-700: #12A16A;
--sea-green-800: #0D734C;
--sea-green-900: #084930;
--sea-green-950: #052E1E;
}