Sea Green
#268C54
GreenColor Codes
All color formats for development
HEX
#268C54RGB
rgb(38, 140, 84)HSL
hsl(147, 57%, 35%)OKLCH
oklch(0.568 0.126 154.5)CMYK
cmyk(73%, 0%, 40%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E4C
2#1F7043
3#1B623B
4#175432
5#13462A
6#0F3822
7#0C2A19
8#081C11
9#040E08
Tints
Lighter variations
1#2EA664
2#35C073
3#49CD84
4#63D496
5#7DDBA7
6#97E2B9
7#B1EACA
8#CBF1DC
9#E5F8ED
Tones
Muted variations
1#2B8755
2#318255
3#367D56
4#3B7856
5#407357
6#456E57
7#4A6958
8#4F6358
9#545E59
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6C1 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9A1 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE86 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B06A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B643C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124026 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF7;
--sea-green-100: #E3F7EC;
--sea-green-200: #CBF1DC;
--sea-green-300: #A3E6C1;
--sea-green-400: #73D9A1;
--sea-green-500: #4BCE86;
--sea-green-600: #30B06A;
--sea-green-700: #268C54;
--sea-green-800: #1B643C;
--sea-green-900: #124026;
--sea-green-950: #0B2818;
}