Sea Green
#19674E
GreenColor Codes
All color formats for development
HEX
#19674ERGB
rgb(25, 103, 78)HSL
hsl(161, 61%, 25%)OKLCH
oklch(0.461 0.085 166.9)CMYK
cmyk(76%, 0%, 24%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165C46
2#14523E
3#114837
4#0F3E2F
5#0C3327
6#0A291F
7#071F17
8#051510
9#020A08
Tints
Lighter variations
1#208565
2#28A47D
3#2FC394
4#46D2A6
5#65DAB5
6#84E1C4
7#A3E9D2
8#C1F0E1
9#E0F8F0
Tones
Muted variations
1#1D634D
2#215F4B
3#255B4A
4#285748
5#2C5347
6#304F45
7#344B44
8#384843
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 #A1E8D1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBA | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB589 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104232 | 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: #A1E8D1;
--sea-green-400: #6FDCBA;
--sea-green-500: #46D2A6;
--sea-green-600: #2CB589;
--sea-green-700: #23906D;
--sea-green-800: #19674E;
--sea-green-900: #104232;
--sea-green-950: #0A291F;
}