Sea Green
#1EC258
GreenColor Codes
All color formats for development
HEX
#1EC258RGB
rgb(30, 194, 88)HSL
hsl(141, 73%, 44%)OKLCH
oklch(0.713 0.194 148.9)CMYK
cmyk(85%, 0%, 55%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BAF4F
2#189B46
3#15883D
4#127435
5#0F612C
6#0C4E23
7#093A1A
8#062712
9#031309
Tints
Lighter variations
1#22DB63
2#39E074
3#52E485
4#6BE897
5#83ECA8
6#9CF0B9
7#B5F3CB
8#CEF7DC
9#E6FBEE
Tones
Muted variations
1#26BA5A
2#2FB25D
3#37AA5F
4#3FA161
5#479964
6#4F9166
7#588969
8#60816B
9#68786E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB8 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E792 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E073 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC258 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A46 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E32 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4720 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF6;
--sea-green-100: #E0FAE9;
--sea-green-200: #C6F6D7;
--sea-green-300: #9AEFB8;
--sea-green-400: #65E792;
--sea-green-500: #38E073;
--sea-green-600: #1EC258;
--sea-green-700: #189A46;
--sea-green-800: #116E32;
--sea-green-900: #0B4720;
--sea-green-950: #072C14;
}