Sea Green
#28B845
GreenColor Codes
All color formats for development
HEX
#28B845RGB
rgb(40, 184, 69)HSL
hsl(132, 64%, 44%)OKLCH
oklch(0.686 0.196 145.9)CMYK
cmyk(78%, 0%, 63%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A63E
2#209337
3#1C8130
4#186E29
5#145C23
6#104A1C
7#0C3715
8#08250E
9#041207
Tints
Lighter variations
1#2ECF4E
2#44D661
3#5BDB75
4#72E088
5#8AE59C
6#A1EAB0
7#B9F0C4
8#D0F5D7
9#E8FAEB
Tones
Muted variations
1#30B149
2#37AA4E
3#3EA252
4#459B56
5#4C945B
6#538D5F
7#5B8663
8#627F68
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 #C9F3D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAE | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF83 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D660 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B845 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209237 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176927 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4319 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | 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: #C9F3D1;
--sea-green-300: #9FEAAE;
--sea-green-400: #6DDF83;
--sea-green-500: #43D660;
--sea-green-600: #28B845;
--sea-green-700: #209237;
--sea-green-800: #176927;
--sea-green-900: #0F4319;
--sea-green-950: #092A10;
}