Sea Green
#30B054
GreenColor Codes
All color formats for development
HEX
#30B054RGB
rgb(48, 176, 84)HSL
hsl(137, 57%, 44%)OKLCH
oklch(0.668 0.171 148.4)CMYK
cmyk(73%, 0%, 52%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B9F4C
2#278D44
3#227B3B
4#1D6A33
5#18582A
6#134622
7#0E3519
8#0A2311
9#051208
Tints
Lighter variations
1#36C75F
2#4CCE71
3#62D482
4#78DA94
5#8FE0A6
6#A5E6B8
7#BCEDCA
8#D2F3DB
9#E9F9ED
Tones
Muted variations
1#37AA57
2#3DA35A
3#439D5D
4#4A9760
5#509062
6#578A65
7#5D8368
8#637D6B
9#6A776D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6B6 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D990 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE70 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B054 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C43 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6430 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2813 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E3F7E9;
--sea-green-200: #CBF1D6;
--sea-green-300: #A3E6B6;
--sea-green-400: #73D990;
--sea-green-500: #4BCE70;
--sea-green-600: #30B054;
--sea-green-700: #268C43;
--sea-green-800: #1B6430;
--sea-green-900: #12401F;
--sea-green-950: #0B2813;
}