Sea Green
#258E79
CyanColor Codes
All color formats for development
HEX
#258E79RGB
rgb(37, 142, 121)HSL
hsl(168, 59%, 35%)OKLCH
oklch(0.583 0.098 176)CMYK
cmyk(74%, 0%, 15%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21806D
2#1D7261
3#1A6355
4#165549
5#12473C
6#0F3930
7#0B2B24
8#071C18
9#040E0C
Tints
Lighter variations
1#2BA88F
2#32C3A6
3#47CFB4
4#61D6BF
5#7BDDC9
6#96E4D4
7#B0EBDF
8#CAF1EA
9#E5F8F4
Tones
Muted variations
1#2A8976
2#2F8373
3#347E6F
4#3A796C
5#3F7469
6#446E66
7#496963
8#4F6460
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 #CAF1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7D9 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAC5 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB298 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6556 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114137 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2923 | 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: #CAF1EA;
--sea-green-300: #A2E7D9;
--sea-green-400: #71DAC5;
--sea-green-500: #49D0B5;
--sea-green-600: #2EB298;
--sea-green-700: #258E79;
--sea-green-800: #1A6556;
--sea-green-900: #114137;
--sea-green-950: #0A2923;
}