Sea Green
#28B843
GreenColor Codes
All color formats for development
HEX
#28B843RGB
rgb(40, 184, 67)HSL
hsl(131, 64%, 44%)OKLCH
oklch(0.686 0.197 145.6)CMYK
cmyk(78%, 0%, 64%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A63C
2#209335
3#1C812F
4#186E28
5#145C21
6#104A1B
7#0C3714
8#08250D
9#041207
Tints
Lighter variations
1#2ECF4B
2#44D65E
3#5BDB73
4#72E087
5#8AE59B
6#A1EAAF
7#B9F0C3
8#D0F5D7
9#E8FAEB
Tones
Muted variations
1#30B147
2#37AA4C
3#3EA250
4#459B55
5#4C9459
6#538D5E
7#5B8663
8#627F67
9#69776C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAD | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF82 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D65E | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B843 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209235 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176926 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4318 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF4;
--sea-green-100: #E2F9E6;
--sea-green-200: #C9F3D0;
--sea-green-300: #9FEAAD;
--sea-green-400: #6DDF82;
--sea-green-500: #43D65E;
--sea-green-600: #28B843;
--sea-green-700: #209235;
--sea-green-800: #176926;
--sea-green-900: #0F4318;
--sea-green-950: #092A0F;
}