Sea Green
#1AC748
GreenColor Codes
All color formats for development
HEX
#1AC748RGB
rgb(26, 199, 72)HSL
hsl(136, 77%, 44%)OKLCH
oklch(0.724 0.213 146.3)CMYK
cmyk(87%, 0%, 64%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B341
2#159F3A
3#128B32
4#0F772B
5#0D6324
6#0A4F1D
7#083C16
8#05280E
9#031407
Tints
Lighter variations
1#1DE051
2#35E564
3#4EE877
4#67EB8B
5#81EF9E
6#9AF2B1
7#B3F5C5
8#CCF8D8
9#E6FCEC
Tones
Muted variations
1#22BE4C
2#2BB550
3#34AD54
4#3CA458
5#459B5C
6#4E9360
7#568A64
8#5F8168
9#68796C
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 | C4F7 #C4F7D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AF | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA86 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E563 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC748 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E39 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7129 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09481A | 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: #C4F7D2;
--sea-green-300: #97F2AF;
--sea-green-400: #61EA86;
--sea-green-500: #34E563;
--sea-green-600: #1AC748;
--sea-green-700: #159E39;
--sea-green-800: #0F7129;
--sea-green-900: #09481A;
--sea-green-950: #062D10;
}