Sea Green
#258E75
CyanColor Codes
All color formats for development
HEX
#258E75RGB
rgb(37, 142, 117)HSL
hsl(166, 59%, 35%)OKLCH
oklch(0.582 0.101 172.9)CMYK
cmyk(74%, 0%, 18%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21806A
2#1D725E
3#1A6352
4#165546
5#12473B
6#0F392F
7#0B2B23
8#071C17
9#040E0C
Tints
Lighter variations
1#2BA88B
2#32C3A1
3#47CFAF
4#61D6BB
5#7BDDC6
6#96E4D2
7#B0EBDD
8#CAF1E8
9#E5F8F4
Tones
Muted variations
1#2A8973
2#2F8370
3#347E6D
4#3A796A
5#3F7467
6#446E64
7#496962
8#4F645F
9#545F5C
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 | CAF1 #CAF1E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7D7 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAC2 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB294 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6554 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114136 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2922 | 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: #CAF1E8;
--sea-green-300: #A2E7D7;
--sea-green-400: #71DAC2;
--sea-green-500: #49D0B0;
--sea-green-600: #2EB294;
--sea-green-700: #258E75;
--sea-green-800: #1A6554;
--sea-green-900: #114136;
--sea-green-950: #0A2922;
}