Sea Green
#0E714B
GreenColor Codes
All color formats for development
HEX
#0E714BRGB
rgb(14, 113, 75)HSL
hsl(157, 78%, 25%)OKLCH
oklch(0.486 0.105 160.6)CMYK
cmyk(88%, 0%, 34%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6644
2#0B5B3C
3#0A4F35
4#08442D
5#073926
6#062D1E
7#042217
8#03170F
9#010B08
Tints
Lighter variations
1#129462
2#16B679
3#1BD88F
4#33E6A1
5#55EAB1
6#77EEC0
7#99F2D0
8#BBF7E0
9#DDFBEF
Tones
Muted variations
1#136D4A
2#186849
3#1D6348
4#225E47
5#275946
6#2C5444
7#314F43
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 #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CF | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C885 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094930 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF9;
--sea-green-100: #DFFBF0;
--sea-green-200: #C4F8E4;
--sea-green-300: #97F2CF;
--sea-green-400: #60EBB6;
--sea-green-500: #33E6A1;
--sea-green-600: #19C885;
--sea-green-700: #149F69;
--sea-green-800: #0E714B;
--sea-green-900: #094930;
--sea-green-950: #062D1E;
}