Sea Green
#258D69
GreenColor Codes
All color formats for development
HEX
#258D69RGB
rgb(37, 141, 105)HSL
hsl(159, 58%, 35%)OKLCH
oklch(0.576 0.109 165.1)CMYK
cmyk(74%, 0%, 26%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F5E
2#1E7154
3#1A6349
4#16553F
5#134734
6#0F382A
7#0B2A1F
8#071C15
9#040E0A
Tints
Lighter variations
1#2CA77C
2#33C190
3#48CE9F
4#62D5AD
5#7CDCBB
6#96E3C8
7#B0EAD6
8#CBF1E4
9#E5F8F1
Tones
Muted variations
1#2B8867
2#308366
3#357D64
4#3A7863
5#3F7361
6#456E5F
7#4A695E
8#4F645C
9#545E5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6CF | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAB5 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB184 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B654B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114030 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF9;
--sea-green-100: #E3F8F0;
--sea-green-200: #CBF1E4;
--sea-green-300: #A2E6CF;
--sea-green-400: #72DAB5;
--sea-green-500: #4ACFA0;
--sea-green-600: #2FB184;
--sea-green-700: #258D69;
--sea-green-800: #1B654B;
--sea-green-900: #114030;
--sea-green-950: #0B281E;
}