Sea Green
#0F7145
GreenColor Codes
All color formats for development
HEX
#0F7145RGB
rgb(15, 113, 69)HSL
hsl(153, 77%, 25%)OKLCH
oklch(0.485 0.11 157.1)CMYK
cmyk(87%, 0%, 39%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D663E
2#0C5A37
3#0A4F30
4#094429
5#073822
6#062D1B
7#042215
8#03170E
9#010B07
Tints
Lighter variations
1#139359
2#17B56E
3#1CD682
4#34E595
5#56E9A7
6#78EDB8
7#99F2CA
8#BBF6DC
9#DDFBED
Tones
Muted variations
1#146C44
2#186744
3#1D6243
4#225D43
5#275842
6#2C5342
7#314E41
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 | C4F7 #C4F7E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C9 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAAD | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E595 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC779 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7145 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09482C | 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: #C4F7E0;
--sea-green-300: #97F2C9;
--sea-green-400: #61EAAD;
--sea-green-500: #34E595;
--sea-green-600: #1AC779;
--sea-green-700: #159E60;
--sea-green-800: #0F7145;
--sea-green-900: #09482C;
--sea-green-950: #062D1B;
}