Sea Green
#28B864
GreenColor Codes
All color formats for development
HEX
#28B864RGB
rgb(40, 184, 100)HSL
hsl(145, 64%, 44%)OKLCH
oklch(0.69 0.169 152)CMYK
cmyk(78%, 0%, 46%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A65A
2#209350
3#1C8146
4#186E3C
5#145C32
6#104A28
7#0C371E
8#082514
9#04120A
Tints
Lighter variations
1#2ECF71
2#44D681
3#5BDB90
4#72E0A0
5#8AE5B0
6#A1EAC0
7#B9F0D0
8#D0F5DF
9#E8FAEF
Tones
Muted variations
1#30B165
2#37AA67
3#3EA268
4#459B69
5#4C946A
6#538D6B
7#5B866D
8#627F6E
9#69776F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABE | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF9C | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D680 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B864 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209250 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176939 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF7;
--sea-green-100: #E2F9EB;
--sea-green-200: #C9F3DA;
--sea-green-300: #9FEABE;
--sea-green-400: #6DDF9C;
--sea-green-500: #43D680;
--sea-green-600: #28B864;
--sea-green-700: #209250;
--sea-green-800: #176939;
--sea-green-900: #0F4324;
--sea-green-950: #092A17;
}