Sea Green
#0E714D
GreenColor Codes
All color formats for development
HEX
#0E714DRGB
rgb(14, 113, 77)HSL
hsl(158, 78%, 25%)OKLCH
oklch(0.487 0.103 161.8)CMYK
cmyk(88%, 0%, 32%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6645
2#0B5B3E
3#0A4F36
4#08442E
5#073927
6#062D1F
7#042217
8#03170F
9#010B08
Tints
Lighter variations
1#129464
2#16B67B
3#1BD892
4#33E6A4
5#55EAB3
6#77EEC2
7#99F2D2
8#BBF7E1
9#DDFBF0
Tones
Muted variations
1#136D4C
2#18684A
3#1D6349
4#225E48
5#275946
6#2C5445
7#314F44
8#364A42
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 #C4F8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB8 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094931 | 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: #C4F8E5;
--sea-green-300: #97F2D1;
--sea-green-400: #60EBB8;
--sea-green-500: #33E6A4;
--sea-green-600: #19C888;
--sea-green-700: #149F6C;
--sea-green-800: #0E714D;
--sea-green-900: #094931;
--sea-green-950: #062D1F;
}