Sea Green
#0E7157
GreenColor Codes
All color formats for development
HEX
#0E7157RGB
rgb(14, 113, 87)HSL
hsl(164, 78%, 25%)OKLCH
oklch(0.489 0.094 169.1)CMYK
cmyk(88%, 0%, 23%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D664E
2#0B5B46
3#0A4F3D
4#084434
5#07392B
6#062D23
7#04221A
8#031711
9#010B09
Tints
Lighter variations
1#129471
2#16B68B
3#1BD8A5
4#33E6B6
5#55EAC2
6#77EECE
7#99F2DB
8#BBF7E7
9#DDFBF3
Tones
Muted variations
1#136D55
2#186852
3#1D6350
4#225E4E
5#27594B
6#2C5449
7#314F47
8#364A44
9#3B4542
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094938 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDFA;
--sea-green-100: #DFFBF4;
--sea-green-200: #C4F8EA;
--sea-green-300: #97F2DA;
--sea-green-400: #60EBC6;
--sea-green-500: #33E6B6;
--sea-green-600: #19C899;
--sea-green-700: #149F7A;
--sea-green-800: #0E7157;
--sea-green-900: #094938;
--sea-green-950: #062D23;
}