Sea Green
#28B848
GreenColor Codes
All color formats for development
HEX
#28B848RGB
rgb(40, 184, 72)HSL
hsl(133, 64%, 44%)OKLCH
oklch(0.686 0.193 146.3)CMYK
cmyk(78%, 0%, 61%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A640
2#209339
3#1C8132
4#186E2B
5#145C24
6#104A1D
7#0C3715
8#08250E
9#041207
Tints
Lighter variations
1#2ECF51
2#44D663
3#5BDB77
4#72E08A
5#8AE59E
6#A1EAB1
7#B9F0C5
8#D0F5D8
9#E8FAEC
Tones
Muted variations
1#30B14C
2#37AA50
3#3EA254
4#459B58
5#4C945C
6#538D60
7#5B8664
8#627F68
9#69776C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAF | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF85 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D663 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B848 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209239 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176929 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF5;
--sea-green-100: #E2F9E7;
--sea-green-200: #C9F3D2;
--sea-green-300: #9FEAAF;
--sea-green-400: #6DDF85;
--sea-green-500: #43D663;
--sea-green-600: #28B848;
--sea-green-700: #209239;
--sea-green-800: #176929;
--sea-green-900: #0F431A;
--sea-green-950: #092A10;
}