Sea Green
#0E714F
GreenColor Codes
All color formats for development
HEX
#0E714FRGB
rgb(14, 113, 79)HSL
hsl(159, 78%, 25%)OKLCH
oklch(0.487 0.101 163.1)CMYK
cmyk(88%, 0%, 30%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6647
2#0B5B3F
3#0A4F37
4#08442F
5#073927
6#062D1F
7#042218
8#031710
9#010B08
Tints
Lighter variations
1#129466
2#16B67E
3#1BD895
4#33E6A7
5#55EAB6
6#77EEC4
7#99F2D3
8#BBF7E2
9#DDFBF0
Tones
Muted variations
1#136D4D
2#18684C
3#1D634A
4#225E49
5#275947
6#2C5446
7#314F44
8#364A43
9#3B4541
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D2 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBBB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C88A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F6E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094932 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF9;
--sea-green-100: #DFFBF1;
--sea-green-200: #C4F8E6;
--sea-green-300: #97F2D2;
--sea-green-400: #60EBBB;
--sea-green-500: #33E6A7;
--sea-green-600: #19C88A;
--sea-green-700: #149F6E;
--sea-green-800: #0E714F;
--sea-green-900: #094932;
--sea-green-950: #062D1F;
}