Sea Green
#28B840
GreenColor Codes
All color formats for development
HEX
#28B840RGB
rgb(40, 184, 64)HSL
hsl(130, 64%, 44%)OKLCH
oklch(0.685 0.199 145.2)CMYK
cmyk(78%, 0%, 65%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A63A
2#209333
3#1C812D
4#186E27
5#145C20
6#104A1A
7#0C3713
8#08250D
9#041206
Tints
Lighter variations
1#2ECF49
2#44D65C
3#5BDB70
4#72E085
5#8AE599
6#A1EAAE
7#B9F0C2
8#D0F5D6
9#E8FAEB
Tones
Muted variations
1#30B145
2#37AA4A
3#3EA24F
4#459B53
5#4C9458
6#538D5D
7#5B8662
8#627F67
9#69776B
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 #9FEAAB | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF80 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D65B | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B840 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209233 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176925 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4317 | 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: #9FEAAB;
--sea-green-400: #6DDF80;
--sea-green-500: #43D65B;
--sea-green-600: #28B840;
--sea-green-700: #209233;
--sea-green-800: #176925;
--sea-green-900: #0F4317;
--sea-green-950: #092A0F;
}