Sea Green
#0E7154
GreenColor Codes
All color formats for development
HEX
#0E7154RGB
rgb(14, 113, 84)HSL
hsl(162, 78%, 25%)OKLCH
oklch(0.489 0.097 166.7)CMYK
cmyk(88%, 0%, 26%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D664B
2#0B5B43
3#0A4F3B
4#084432
5#07392A
6#062D21
7#042219
8#031711
9#010B08
Tints
Lighter variations
1#12946D
2#16B686
3#1BD89F
4#33E6B0
5#55EABD
6#77EECA
7#99F2D8
8#BBF7E5
9#DDFBF2
Tones
Muted variations
1#136D52
2#186850
3#1D634E
4#225E4C
5#27594A
6#2C5448
7#314F46
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 #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C893 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7154 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094936 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDFA;
--sea-green-100: #DFFBF3;
--sea-green-200: #C4F8E8;
--sea-green-300: #97F2D7;
--sea-green-400: #60EBC2;
--sea-green-500: #33E6B0;
--sea-green-600: #19C893;
--sea-green-700: #149F75;
--sea-green-800: #0E7154;
--sea-green-900: #094936;
--sea-green-950: #062D21;
}