Sea Green
#258D75
CyanColor Codes
All color formats for development
HEX
#258D75RGB
rgb(37, 141, 117)HSL
hsl(166, 58%, 35%)OKLCH
oklch(0.579 0.1 173.5)CMYK
cmyk(74%, 0%, 17%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F69
2#1E715D
3#1A6352
4#165546
5#13473A
6#0F382F
7#0B2A23
8#071C17
9#040E0C
Tints
Lighter variations
1#2CA78B
2#33C1A0
3#48CEAF
4#62D5BA
5#7CDCC6
6#96E3D1
7#B0EADD
8#CBF1E8
9#E5F8F4
Tones
Muted variations
1#2B8872
2#30836F
3#357D6D
4#3A786A
5#3F7367
6#456E64
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 #CBF1E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D6 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAC1 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFB0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB193 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6553 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114035 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2821 | 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: #CBF1E8;
--sea-green-300: #A2E6D6;
--sea-green-400: #72DAC1;
--sea-green-500: #4ACFB0;
--sea-green-600: #2FB193;
--sea-green-700: #258D75;
--sea-green-800: #1B6553;
--sea-green-900: #114035;
--sea-green-950: #0B2821;
}