Sea Green
#28B85D
GreenColor Codes
All color formats for development
HEX
#28B85DRGB
rgb(40, 184, 93)HSL
hsl(142, 64%, 44%)OKLCH
oklch(0.689 0.176 150.3)CMYK
cmyk(78%, 0%, 49%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A654
2#20934A
3#1C8141
4#186E38
5#145C2F
6#104A25
7#0C371C
8#082513
9#041209
Tints
Lighter variations
1#2ECF69
2#44D679
3#5BDB8A
4#72E09B
5#8AE5AB
6#A1EABC
7#B9F0CD
8#D0F5DE
9#E8FAEE
Tones
Muted variations
1#30B15F
2#37AA61
3#3EA263
4#459B65
5#4C9467
6#538D69
7#5B866A
8#627F6C
9#69776E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF97 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D679 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B85D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20924A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176935 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4322 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF6;
--sea-green-100: #E2F9EA;
--sea-green-200: #C9F3D8;
--sea-green-300: #9FEABA;
--sea-green-400: #6DDF97;
--sea-green-500: #43D679;
--sea-green-600: #28B85D;
--sea-green-700: #20924A;
--sea-green-800: #176935;
--sea-green-900: #0F4322;
--sea-green-950: #092A15;
}