Sea Green
#0EA463
GreenColor Codes
All color formats for development
HEX
#0EA463RGB
rgb(14, 164, 99)HSL
hsl(154, 84%, 35%)OKLCH
oklch(0.633 0.15 156.4)CMYK
cmyk(91%, 0%, 40%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D9459
2#0B834F
3#0A7345
4#09633C
5#075232
6#064228
7#04311E
8#032114
9#01100A
Tints
Lighter variations
1#11C376
2#14E188
3#2AEC98
4#48EFA7
5#67F2B5
6#85F4C4
7#A4F7D3
8#C2FAE2
9#E1FCF0
Tones
Muted variations
1#169D62
2#1D9561
3#258E60
4#2C865F
5#347F5E
6#3B775D
7#43705C
8#4A685B
9#52615A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6CB | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1B0 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CED99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA463 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7547 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2D | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF8;
--sea-green-100: #DEFCEF;
--sea-green-200: #C2FAE2;
--sea-green-300: #93F6CB;
--sea-green-400: #5BF1B0;
--sea-green-500: #2CED99;
--sea-green-600: #12CE7D;
--sea-green-700: #0EA463;
--sea-green-800: #0A7547;
--sea-green-900: #074B2D;
--sea-green-950: #042F1C;
}