Sea Green
#0E714A
GreenColor Codes
All color formats for development
HEX
#0E714ARGB
rgb(14, 113, 74)HSL
hsl(156, 78%, 25%)OKLCH
oklch(0.486 0.106 160)CMYK
cmyk(88%, 0%, 35%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6642
2#0B5B3B
3#0A4F34
4#08442C
5#073925
6#062D1D
7#042216
8#03170F
9#010B07
Tints
Lighter variations
1#129460
2#16B676
3#1BD88C
4#33E69E
5#55EAAE
6#77EEBE
7#99F2CF
8#BBF7DF
9#DDFBEF
Tones
Muted variations
1#136D49
2#186848
3#1D6347
4#225E46
5#275945
6#2C5444
7#314F43
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 | C4F8 #C4F8E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CD | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E69E | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C882 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | 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: #C4F8E3;
--sea-green-300: #97F2CD;
--sea-green-400: #60EBB4;
--sea-green-500: #33E69E;
--sea-green-600: #19C882;
--sea-green-700: #149F67;
--sea-green-800: #0E714A;
--sea-green-900: #09492F;
--sea-green-950: #062D1D;
}