Sea Green
#258D78
CyanColor Codes
All color formats for development
HEX
#258D78RGB
rgb(37, 141, 120)HSL
hsl(168, 58%, 35%)OKLCH
oklch(0.58 0.098 175.9)CMYK
cmyk(74%, 0%, 15%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F6C
2#1E7160
3#1A6354
4#165548
5#13473C
6#0F3830
7#0B2A24
8#071C18
9#040E0C
Tints
Lighter variations
1#2CA78F
2#33C1A5
3#48CEB3
4#62D5BE
5#7CDCC9
6#96E3D4
7#B0EADF
8#CBF1E9
9#E5F8F4
Tones
Muted variations
1#2B8875
2#308372
3#357D6F
4#3A786C
5#3F7369
6#456E66
7#4A6963
8#4F645F
9#545E5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D9 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAC5 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFB4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB197 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6556 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114037 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2822 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E3F8F3;
--sea-green-200: #CBF1E9;
--sea-green-300: #A2E6D9;
--sea-green-400: #72DAC5;
--sea-green-500: #4ACFB4;
--sea-green-600: #2FB197;
--sea-green-700: #258D78;
--sea-green-800: #1B6556;
--sea-green-900: #114037;
--sea-green-950: #0B2822;
}