Sea Green
#28B851
GreenColor Codes
All color formats for development
HEX
#28B851RGB
rgb(40, 184, 81)HSL
hsl(137, 64%, 44%)OKLCH
oklch(0.687 0.186 147.8)CMYK
cmyk(78%, 0%, 56%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A649
2#209341
3#1C8139
4#186E31
5#145C29
6#104A20
7#0C3718
8#082510
9#041208
Tints
Lighter variations
1#2ECF5B
2#44D66D
3#5BDB7F
4#72E092
5#8AE5A4
6#A1EAB6
7#B9F0C8
8#D0F5DB
9#E8FAED
Tones
Muted variations
1#30B154
2#37AA57
3#3EA25A
4#459B5E
5#4C9461
6#538D64
7#5B8667
8#627F6A
9#69776D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF8D | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D66C | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B851 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209240 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17692E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF5;
--sea-green-100: #E2F9E8;
--sea-green-200: #C9F3D5;
--sea-green-300: #9FEAB4;
--sea-green-400: #6DDF8D;
--sea-green-500: #43D66C;
--sea-green-600: #28B851;
--sea-green-700: #209240;
--sea-green-800: #17692E;
--sea-green-900: #0F431D;
--sea-green-950: #092A12;
}