Sea Green
#268C59
GreenColor Codes
All color formats for development
HEX
#268C59RGB
rgb(38, 140, 89)HSL
hsl(150, 57%, 35%)OKLCH
oklch(0.57 0.121 156.7)CMYK
cmyk(73%, 0%, 36%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E50
2#1F7047
3#1B623E
4#175436
5#13462D
6#0F3824
7#0C2A1B
8#081C12
9#040E09
Tints
Lighter variations
1#2EA66A
2#35C07A
3#49CD8B
4#63D49C
5#7DDBAC
6#97E2BD
7#B1EACD
8#CBF1DE
9#E5F8EE
Tones
Muted variations
1#2B8759
2#318259
3#367D59
4#3B7859
5#407359
6#456E59
7#4A6959
8#4F6359
9#545E59
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6C4 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9A6 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B070 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6440 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124029 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF7;
--sea-green-100: #E3F7ED;
--sea-green-200: #CBF1DE;
--sea-green-300: #A3E6C4;
--sea-green-400: #73D9A6;
--sea-green-500: #4BCE8C;
--sea-green-600: #30B070;
--sea-green-700: #268C59;
--sea-green-800: #1B6440;
--sea-green-900: #124029;
--sea-green-950: #0B281A;
}