Sea Green
#268C51
GreenColor Codes
All color formats for development
HEX
#268C51RGB
rgb(38, 140, 81)HSL
hsl(145, 57%, 35%)OKLCH
oklch(0.568 0.129 153.3)CMYK
cmyk(73%, 0%, 42%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E49
2#1F7041
3#1B6239
4#175430
5#134628
6#0F3820
7#0C2A18
8#081C10
9#040E08
Tints
Lighter variations
1#2EA660
2#35C06F
3#49CD80
4#63D492
5#7DDBA4
6#97E2B6
7#B1EAC9
8#CBF1DB
9#E5F8ED
Tones
Muted variations
1#2B8752
2#318252
3#367D53
4#3B7854
5#407355
6#456E56
7#4A6957
8#4F6358
9#545E58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6BF | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D99D | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE81 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B066 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B643A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124025 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2817 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF7;
--sea-green-100: #E3F7EB;
--sea-green-200: #CBF1DB;
--sea-green-300: #A3E6BF;
--sea-green-400: #73D99D;
--sea-green-500: #4BCE81;
--sea-green-600: #30B066;
--sea-green-700: #268C51;
--sea-green-800: #1B643A;
--sea-green-900: #124025;
--sea-green-950: #0B2817;
}