Sea Green
#258D77
CyanColor Codes
All color formats for development
HEX
#258D77RGB
rgb(37, 141, 119)HSL
hsl(167, 58%, 35%)OKLCH
oklch(0.58 0.098 175.1)CMYK
cmyk(74%, 0%, 16%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F6B
2#1E715F
3#1A6353
4#165547
5#13473B
6#0F382F
7#0B2A24
8#071C18
9#040E0C
Tints
Lighter variations
1#2CA78D
2#33C1A3
3#48CEB1
4#62D5BC
5#7CDCC7
6#96E3D2
7#B0EADE
8#CBF1E9
9#E5F8F4
Tones
Muted variations
1#2B8874
2#308371
3#357D6E
4#3A786B
5#3F7368
6#456E65
7#4A6962
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 #A2E6D8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAC3 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB195 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114036 | 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: #A2E6D8;
--sea-green-400: #72DAC3;
--sea-green-500: #4ACFB2;
--sea-green-600: #2FB195;
--sea-green-700: #258D77;
--sea-green-800: #1B6555;
--sea-green-900: #114036;
--sea-green-950: #0B2822;
}