Sea Green
#258E7C
CyanColor Codes
All color formats for development
HEX
#258E7CRGB
rgb(37, 142, 124)HSL
hsl(170, 59%, 35%)OKLCH
oklch(0.584 0.097 178.5)CMYK
cmyk(74%, 0%, 13%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#218070
2#1D7263
3#1A6357
4#16554B
5#12473E
6#0F3932
7#0B2B25
8#071C19
9#040E0C
Tints
Lighter variations
1#2BA893
2#32C3AB
3#47CFB9
4#61D6C3
5#7BDDCD
6#96E4D7
7#B0EBE1
8#CAF1EB
9#E5F8F5
Tones
Muted variations
1#2A8979
2#2F8375
3#347E72
4#3A796E
5#3F746B
6#446E67
7#496964
8#4F6460
9#545F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7DB | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAC9 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB29C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6559 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114139 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E3F8F4;
--sea-green-200: #CAF1EB;
--sea-green-300: #A2E7DB;
--sea-green-400: #71DAC9;
--sea-green-500: #49D0B9;
--sea-green-600: #2EB29C;
--sea-green-700: #258E7C;
--sea-green-800: #1A6559;
--sea-green-900: #114139;
--sea-green-950: #0A2924;
}