Sea Green
#0E7145
GreenColor Codes
All color formats for development
HEX
#0E7145RGB
rgb(14, 113, 69)HSL
hsl(153, 78%, 25%)OKLCH
oklch(0.485 0.11 157.2)CMYK
cmyk(88%, 0%, 39%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D663E
2#0B5B37
3#0A4F30
4#084429
5#073922
6#062D1B
7#042215
8#03170E
9#010B07
Tints
Lighter variations
1#129459
2#16B66E
3#1BD883
4#33E695
5#55EAA7
6#77EEB8
7#99F2CA
8#BBF7DC
9#DDFBED
Tones
Muted variations
1#136D44
2#186844
3#1D6343
4#225E43
5#275942
6#2C5442
7#314F41
8#364A41
9#3B4540
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C9 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBAD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E695 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C879 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7145 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF8;
--sea-green-100: #DFFBEF;
--sea-green-200: #C4F8E0;
--sea-green-300: #97F2C9;
--sea-green-400: #60EBAD;
--sea-green-500: #33E695;
--sea-green-600: #19C879;
--sea-green-700: #149F60;
--sea-green-800: #0E7145;
--sea-green-900: #09492C;
--sea-green-950: #062D1B;
}