Sea Green
#159E4C
GreenColor Codes
All color formats for development
HEX
#159E4CRGB
rgb(21, 158, 76)HSL
hsl(144, 77%, 35%)OKLCH
oklch(0.614 0.162 150.3)CMYK
cmyk(87%, 0%, 52%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128E44
2#107E3C
3#0E6F35
4#0C5F2D
5#0A4F26
6#083F1E
7#062F17
8#04200F
9#021008
Tints
Lighter variations
1#18BB5A
2#1CD968
3#32E479
4#4FE88C
5#6CEC9F
6#8AF0B2
7#A7F4C6
8#C4F7D9
9#E2FBEC
Tones
Muted variations
1#1B974D
2#22904E
3#298950
4#308251
5#377C52
6#3E7554
7#456E55
8#4C6757
9#526058
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BB | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA98 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E57B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC75F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7136 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094823 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF6;
--sea-green-100: #DFFBEA;
--sea-green-200: #C4F7D9;
--sea-green-300: #97F2BB;
--sea-green-400: #61EA98;
--sea-green-500: #34E57B;
--sea-green-600: #1AC75F;
--sea-green-700: #159E4C;
--sea-green-800: #0F7136;
--sea-green-900: #094823;
--sea-green-950: #062D16;
}