Sea Green
#28B858
GreenColor Codes
All color formats for development
HEX
#28B858RGB
rgb(40, 184, 88)HSL
hsl(140, 64%, 44%)OKLCH
oklch(0.688 0.18 149.2)CMYK
cmyk(78%, 0%, 52%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A64F
2#209347
3#1C813E
4#186E35
5#145C2C
6#104A23
7#0C371A
8#082512
9#041209
Tints
Lighter variations
1#2ECF63
2#44D674
3#5BDB86
4#72E097
5#8AE5A8
6#A1EABA
7#B9F0CB
8#D0F5DC
9#E8FAEE
Tones
Muted variations
1#30B15B
2#37AA5D
3#3EA25F
4#459B62
5#4C9464
6#538D67
7#5B8669
8#627F6B
9#69776E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB8 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF93 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D674 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B858 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209246 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176932 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4320 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF6;
--sea-green-100: #E2F9E9;
--sea-green-200: #C9F3D7;
--sea-green-300: #9FEAB8;
--sea-green-400: #6DDF93;
--sea-green-500: #43D674;
--sea-green-600: #28B858;
--sea-green-700: #209246;
--sea-green-800: #176932;
--sea-green-900: #0F4320;
--sea-green-950: #092A14;
}