Sea Green
#268C4A
GreenColor Codes
All color formats for development
HEX
#268C4ARGB
rgb(38, 140, 74)HSL
hsl(141, 57%, 35%)OKLCH
oklch(0.567 0.136 150.8)CMYK
cmyk(73%, 0%, 47%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E43
2#1F703B
3#1B6234
4#17542C
5#134625
6#0F381E
7#0C2A16
8#081C0F
9#040E07
Tints
Lighter variations
1#2EA658
2#35C065
3#49CD77
4#63D48B
5#7DDB9E
6#97E2B1
7#B1EAC5
8#CBF1D8
9#E5F8EC
Tones
Muted variations
1#2B874C
2#31824D
3#367D4F
4#3B7850
5#407352
6#456E53
7#4A6955
8#4F6356
9#545E58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6BA | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D996 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE79 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B05D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6435 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124022 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2815 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E3F7EA;
--sea-green-200: #CBF1D8;
--sea-green-300: #A3E6BA;
--sea-green-400: #73D996;
--sea-green-500: #4BCE79;
--sea-green-600: #30B05D;
--sea-green-700: #268C4A;
--sea-green-800: #1B6435;
--sea-green-900: #124022;
--sea-green-950: #0B2815;
}