Sea Green
#19C847
GreenColor Codes
All color formats for development
HEX
#19C847RGB
rgb(25, 200, 71)HSL
hsl(136, 78%, 44%)OKLCH
oklch(0.727 0.215 146.1)CMYK
cmyk(88%, 0%, 65%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B440
2#14A039
3#118C32
4#0F782B
5#0C6424
6#0A501D
7#073C15
8#05280E
9#021407
Tints
Lighter variations
1#1CE150
2#34E663
3#4DE977
4#66EC8A
5#80EF9E
6#99F2B1
7#B3F6C5
8#CCF9D8
9#E6FCEC
Tones
Muted variations
1#21BF4B
2#2AB650
3#33AD54
4#3CA558
5#449C5C
6#4D9360
7#568A64
8#5F8268
9#67796C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AF | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB85 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E662 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C847 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F39 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7129 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF5;
--sea-green-100: #DFFBE7;
--sea-green-200: #C4F8D2;
--sea-green-300: #97F2AF;
--sea-green-400: #60EB85;
--sea-green-500: #33E662;
--sea-green-600: #19C847;
--sea-green-700: #149F39;
--sea-green-800: #0E7129;
--sea-green-900: #09491A;
--sea-green-950: #062D10;
}