Sea Green
#28B862
GreenColor Codes
All color formats for development
HEX
#28B862RGB
rgb(40, 184, 98)HSL
hsl(144, 64%, 44%)OKLCH
oklch(0.69 0.171 151.5)CMYK
cmyk(78%, 0%, 47%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A658
2#20934E
3#1C8144
4#186E3B
5#145C31
6#104A27
7#0C371D
8#082514
9#04120A
Tints
Lighter variations
1#2ECF6E
2#44D67E
3#5BDB8E
4#72E09E
5#8AE5AE
6#A1EABF
7#B9F0CF
8#D0F5DF
9#E8FAEF
Tones
Muted variations
1#30B163
2#37AA65
3#3EA266
4#459B68
5#4C9469
6#538D6A
7#5B866C
8#627F6D
9#69776F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABD | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF9A | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D67E | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B862 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20924E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176938 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF6;
--sea-green-100: #E2F9EB;
--sea-green-200: #C9F3DA;
--sea-green-300: #9FEABD;
--sea-green-400: #6DDF9A;
--sea-green-500: #43D67E;
--sea-green-600: #28B862;
--sea-green-700: #20924E;
--sea-green-800: #176938;
--sea-green-900: #0F4324;
--sea-green-950: #092A16;
}