Sea Green
#0EA468
GreenColor Codes
All color formats for development
HEX
#0EA468RGB
rgb(14, 164, 104)HSL
hsl(156, 84%, 35%)OKLCH
oklch(0.634 0.145 158.3)CMYK
cmyk(91%, 0%, 37%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D945E
2#0B8353
3#0A7349
4#09633F
5#075234
6#06422A
7#04311F
8#032115
9#01100A
Tints
Lighter variations
1#11C37C
2#14E18F
3#2AEC9E
4#48EFAC
5#67F2BA
6#85F4C8
7#A4F7D6
8#C2FAE3
9#E1FCF1
Tones
Muted variations
1#169D67
2#1D9565
3#258E64
4#2C8662
5#347F61
6#3B775F
7#43705E
8#4A685C
9#52615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6CE | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1B5 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA468 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A754A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B30 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF9;
--sea-green-100: #DEFCF0;
--sea-green-200: #C2FAE3;
--sea-green-300: #93F6CE;
--sea-green-400: #5BF1B5;
--sea-green-500: #2CEDA0;
--sea-green-600: #12CE83;
--sea-green-700: #0EA468;
--sea-green-800: #0A754A;
--sea-green-900: #074B30;
--sea-green-950: #042F1E;
}