Sea Green
#268C47
GreenColor Codes
All color formats for development
HEX
#268C47RGB
rgb(38, 140, 71)HSL
hsl(139, 57%, 35%)OKLCH
oklch(0.566 0.139 149.8)CMYK
cmyk(73%, 0%, 49%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E40
2#1F7038
3#1B6231
4#17542A
5#134623
6#0F381C
7#0C2A15
8#081C0E
9#040E07
Tints
Lighter variations
1#2EA654
2#35C061
3#49CD73
4#63D487
5#7DDB9B
6#97E2AF
7#B1EAC3
8#CBF1D7
9#E5F8EB
Tones
Muted variations
1#2B8748
2#31824A
3#367D4C
4#3B784E
5#407350
6#456E52
7#4A6954
8#4F6356
9#545E57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6B8 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D993 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE74 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B059 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6432 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124020 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E3F7E9;
--sea-green-200: #CBF1D7;
--sea-green-300: #A3E6B8;
--sea-green-400: #73D993;
--sea-green-500: #4BCE74;
--sea-green-600: #30B059;
--sea-green-700: #268C47;
--sea-green-800: #1B6432;
--sea-green-900: #124020;
--sea-green-950: #0B2814;
}