Sea Green
#0EA45E
GreenColor Codes
All color formats for development
HEX
#0EA45ERGB
rgb(14, 164, 94)HSL
hsl(152, 84%, 35%)OKLCH
oklch(0.632 0.154 154.8)CMYK
cmyk(91%, 0%, 43%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D9455
2#0B834B
3#0A7342
4#096339
5#07522F
6#064226
7#04311C
8#032113
9#011009
Tints
Lighter variations
1#11C370
2#14E181
3#2AEC91
4#48EFA1
5#67F2B1
6#85F4C0
7#A4F7D0
8#C2FAE0
9#E1FCEF
Tones
Muted variations
1#169D5E
2#1D955D
3#258E5D
4#2C865C
5#347F5C
6#3B775B
7#43705B
8#4A685A
9#52615A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6C8 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1AB | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CED93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA45E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7543 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF8;
--sea-green-100: #DEFCEE;
--sea-green-200: #C2FAE0;
--sea-green-300: #93F6C8;
--sea-green-400: #5BF1AB;
--sea-green-500: #2CED93;
--sea-green-600: #12CE76;
--sea-green-700: #0EA45E;
--sea-green-800: #0A7543;
--sea-green-900: #074B2B;
--sea-green-950: #042F1B;
}