Sea Green
#19674D
GreenColor Codes
All color formats for development
HEX
#19674DRGB
rgb(25, 103, 77)HSL
hsl(160, 61%, 25%)OKLCH
oklch(0.46 0.085 166)CMYK
cmyk(76%, 0%, 25%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165C45
2#14523D
3#114836
4#0F3E2E
5#0C3326
6#0A291F
7#071F17
8#05150F
9#020A08
Tints
Lighter variations
1#208564
2#28A47B
3#2FC392
4#46D2A4
5#65DAB3
6#84E1C2
7#A3E9D1
8#C1F0E1
9#E0F8F0
Tones
Muted variations
1#1D634B
2#215F4A
3#255B49
4#285748
5#2C5346
6#304F45
7#344B44
8#384842
9#3C4441
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB8 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB587 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104231 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF9;
--sea-green-100: #E2F8F1;
--sea-green-200: #CAF2E5;
--sea-green-300: #A1E8D0;
--sea-green-400: #6FDCB8;
--sea-green-500: #46D2A4;
--sea-green-600: #2CB587;
--sea-green-700: #23906B;
--sea-green-800: #19674D;
--sea-green-900: #104231;
--sea-green-950: #0A291F;
}