Sea Green
#258D7C
CyanColor Codes
All color formats for development
HEX
#258D7CRGB
rgb(37, 141, 124)HSL
hsl(170, 58%, 35%)OKLCH
oklch(0.581 0.096 179.2)CMYK
cmyk(74%, 0%, 12%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F6F
2#1E7163
3#1A6357
4#16554A
5#13473E
6#0F3832
7#0B2A25
8#071C19
9#040E0C
Tints
Lighter variations
1#2CA793
2#33C1AA
3#48CEB8
4#62D5C2
5#7CDCCC
6#96E3D6
7#B0EAE1
8#CBF1EB
9#E5F8F5
Tones
Muted variations
1#2B8878
2#308375
3#357D71
4#3A786E
5#3F736B
6#456E67
7#4A6964
8#4F6460
9#545E5D
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 | CBF1 #CBF1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6DB | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAC8 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB19C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6558 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114039 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2823 | 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: #CBF1EB;
--sea-green-300: #A2E6DB;
--sea-green-400: #72DAC8;
--sea-green-500: #4ACFB9;
--sea-green-600: #2FB19C;
--sea-green-700: #258D7C;
--sea-green-800: #1B6558;
--sea-green-900: #114039;
--sea-green-950: #0B2823;
}