Sea Green
#0F7043
GreenColor Codes
All color formats for development
HEX
#0F7043RGB
rgb(15, 112, 67)HSL
hsl(152, 76%, 25%)OKLCH
oklch(0.482 0.111 156.4)CMYK
cmyk(87%, 0%, 40%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E653C
2#0C5A36
3#0B4F2F
4#094328
5#083821
6#062D1B
7#052214
8#03160D
9#020B07
Tints
Lighter variations
1#149257
2#18B46B
3#1DD57F
4#35E392
5#57E8A4
6#78EDB6
7#9AF1C9
8#BCF6DB
9#DDFAED
Tones
Muted variations
1#146B43
2#196742
3#1E6242
4#235D42
5#285841
6#2C5341
7#314E41
8#364940
9#3B4540
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C7 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAAA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E392 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC576 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7043 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482B | 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: #F2FDF8;
--sea-green-100: #E0FBEE;
--sea-green-200: #C5F7E0;
--sea-green-300: #98F1C7;
--sea-green-400: #62EAAA;
--sea-green-500: #35E392;
--sea-green-600: #1BC576;
--sea-green-700: #159D5E;
--sea-green-800: #0F7043;
--sea-green-900: #0A482B;
--sea-green-950: #062D1B;
}