Sea Green
#268C5E
GreenColor Codes
All color formats for development
HEX
#268C5ERGB
rgb(38, 140, 94)HSL
hsl(153, 57%, 35%)OKLCH
oklch(0.571 0.117 159.1)CMYK
cmyk(73%, 0%, 33%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E55
2#1F704B
3#1B6242
4#175439
5#13462F
6#0F3826
7#0C2A1C
8#081C13
9#040E09
Tints
Lighter variations
1#2EA670
2#35C081
3#49CD92
4#63D4A1
5#7DDBB1
6#97E2C0
7#B1EAD0
8#CBF1E0
9#E5F8EF
Tones
Muted variations
1#2B875E
2#31825D
3#367D5D
4#3B785C
5#40735C
6#456E5B
7#4A695B
8#4F635A
9#545E5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6C8 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9AB | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B077 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6443 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF8;
--sea-green-100: #E3F7EE;
--sea-green-200: #CBF1E0;
--sea-green-300: #A3E6C8;
--sea-green-400: #73D9AB;
--sea-green-500: #4BCE93;
--sea-green-600: #30B077;
--sea-green-700: #268C5E;
--sea-green-800: #1B6443;
--sea-green-900: #12402B;
--sea-green-950: #0B281B;
}