Sea Green
#28B84C
GreenColor Codes
All color formats for development
HEX
#28B84CRGB
rgb(40, 184, 76)HSL
hsl(135, 64%, 44%)OKLCH
oklch(0.687 0.19 147)CMYK
cmyk(78%, 0%, 59%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A645
2#20933D
3#1C8135
4#186E2E
5#145C26
6#104A1F
7#0C3717
8#08250F
9#041208
Tints
Lighter variations
1#2ECF56
2#44D668
3#5BDB7B
4#72E08E
5#8AE5A1
6#A1EAB4
7#B9F0C6
8#D0F5D9
9#E8FAEC
Tones
Muted variations
1#30B150
2#37AA53
3#3EA257
4#459B5B
5#4C945E
6#538D62
7#5B8665
8#627F69
9#69776D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB2 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF89 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D668 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B84C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20923D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17692B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF5;
--sea-green-100: #E2F9E7;
--sea-green-200: #C9F3D3;
--sea-green-300: #9FEAB2;
--sea-green-400: #6DDF89;
--sea-green-500: #43D668;
--sea-green-600: #28B84C;
--sea-green-700: #20923D;
--sea-green-800: #17692B;
--sea-green-900: #0F431C;
--sea-green-950: #092A11;
}