Sea Green
#1AC74E
GreenColor Codes
All color formats for development
HEX
#1AC74ERGB
rgb(26, 199, 78)HSL
hsl(138, 77%, 44%)OKLCH
oklch(0.725 0.209 147.1)CMYK
cmyk(87%, 0%, 61%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B346
2#159F3E
3#128B36
4#0F772F
5#0D6327
6#0A4F1F
7#083C17
8#052810
9#031408
Tints
Lighter variations
1#1DE058
2#35E56A
3#4EE87C
4#67EB8F
5#81EFA2
6#9AF2B4
7#B3F5C7
8#CCF8DA
9#E6FCEC
Tones
Muted variations
1#22BE51
2#2BB555
3#34AD58
4#3CA45B
5#459B5F
6#4E9362
7#568A66
8#5F8169
9#68796D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B2 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA8A | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E569 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC74E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F712C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09481C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF5;
--sea-green-100: #DFFBE8;
--sea-green-200: #C4F7D4;
--sea-green-300: #97F2B2;
--sea-green-400: #61EA8A;
--sea-green-500: #34E569;
--sea-green-600: #1AC74E;
--sea-green-700: #159E3E;
--sea-green-800: #0F712C;
--sea-green-900: #09481C;
--sea-green-950: #062D12;
}