Sea Green
#1AC753
GreenColor Codes
All color formats for development
HEX
#1AC753RGB
rgb(26, 199, 83)HSL
hsl(140, 77%, 44%)OKLCH
oklch(0.726 0.205 147.8)CMYK
cmyk(87%, 0%, 58%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B34B
2#159F43
3#128B3A
4#0F7732
5#0D632A
6#0A4F21
7#083C19
8#052811
9#031408
Tints
Lighter variations
1#1DE05E
2#35E56F
3#4EE881
4#67EB93
5#81EFA5
6#9AF2B7
7#B3F5C9
8#CCF8DB
9#E6FCED
Tones
Muted variations
1#22BE56
2#2BB559
3#34AD5C
4#3CA45F
5#459B62
6#4E9365
7#568A68
8#5F816A
9#68796D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B5 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA8F | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E56F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC753 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F712F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09481E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF5;
--sea-green-100: #DFFBE9;
--sea-green-200: #C4F7D5;
--sea-green-300: #97F2B5;
--sea-green-400: #61EA8F;
--sea-green-500: #34E56F;
--sea-green-600: #1AC753;
--sea-green-700: #159E42;
--sea-green-800: #0F712F;
--sea-green-900: #09481E;
--sea-green-950: #062D13;
}