Sea Green
#0E7143
GreenColor Codes
All color formats for development
HEX
#0E7143RGB
rgb(14, 113, 67)HSL
hsl(152, 78%, 25%)OKLCH
oklch(0.484 0.112 156.1)CMYK
cmyk(88%, 0%, 41%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D663C
2#0B5B36
3#0A4F2F
4#084428
5#073922
6#062D1B
7#042214
8#03170D
9#010B07
Tints
Lighter variations
1#129457
2#16B66B
3#1BD87F
4#33E692
5#55EAA4
6#77EEB6
7#99F2C9
8#BBF7DB
9#DDFBED
Tones
Muted variations
1#136D43
2#186842
3#1D6342
4#225E42
5#275941
6#2C5441
7#314F41
8#364A40
9#3B4540
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBAA | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E692 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C876 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7143 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492B | 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: #DFFBEE;
--sea-green-200: #C4F8E0;
--sea-green-300: #97F2C7;
--sea-green-400: #60EBAA;
--sea-green-500: #33E692;
--sea-green-600: #19C876;
--sea-green-700: #149F5E;
--sea-green-800: #0E7143;
--sea-green-900: #09492B;
--sea-green-950: #062D1B;
}