Sea Green
#0E7159
CyanColor Codes
All color formats for development
HEX
#0E7159RGB
rgb(14, 113, 89)HSL
hsl(165, 78%, 25%)OKLCH
oklch(0.49 0.093 170.7)CMYK
cmyk(88%, 0%, 21%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6650
2#0B5B47
3#0A4F3E
4#084435
5#07392C
6#062D23
7#04221B
8#031712
9#010B09
Tints
Lighter variations
1#129473
2#16B68E
3#1BD8A8
4#33E6B9
5#55EAC5
6#77EED0
7#99F2DC
8#BBF7E8
9#DDFBF3
Tones
Muted variations
1#136D56
2#186854
3#1D6351
4#225E4F
5#27594C
6#2C544A
7#314F47
8#364A45
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 #C4F8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DB | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC9 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C89C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094939 | 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: #C4F8EB;
--sea-green-300: #97F2DB;
--sea-green-400: #60EBC9;
--sea-green-500: #33E6B9;
--sea-green-600: #19C89C;
--sea-green-700: #149F7C;
--sea-green-800: #0E7159;
--sea-green-900: #094939;
--sea-green-950: #062D23;
}