Sea Green
#30B061
GreenColor Codes
All color formats for development
HEX
#30B061RGB
rgb(48, 176, 97)HSL
hsl(143, 57%, 44%)OKLCH
oklch(0.67 0.159 151.6)CMYK
cmyk(73%, 0%, 45%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B9F58
2#278D4E
3#227B44
4#1D6A3A
5#185831
6#134627
7#0E351D
8#0A2313
9#05120A
Tints
Lighter variations
1#36C76E
2#4CCE7E
3#62D48E
4#78DA9E
5#8FE0AE
6#A5E6BE
7#BCEDCE
8#D2F3DF
9#E9F9EF
Tones
Muted variations
1#37AA63
2#3DA364
3#439D66
4#4A9767
5#509069
6#578A6A
7#5D836C
8#637D6D
9#6A776F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6BD | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D99A | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE7D | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B061 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6437 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124023 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2816 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E3F7EB;
--sea-green-200: #CBF1D9;
--sea-green-300: #A3E6BD;
--sea-green-400: #73D99A;
--sea-green-500: #4BCE7D;
--sea-green-600: #30B061;
--sea-green-700: #268C4D;
--sea-green-800: #1B6437;
--sea-green-900: #124023;
--sea-green-950: #0B2816;
}