Sea Green
#258E7B
CyanColor Codes
All color formats for development
HEX
#258E7BRGB
rgb(37, 142, 123)HSL
hsl(169, 59%, 35%)OKLCH
oklch(0.584 0.097 177.7)CMYK
cmyk(74%, 0%, 13%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21806E
2#1D7262
3#1A6356
4#16554A
5#12473D
6#0F3931
7#0B2B25
8#071C19
9#040E0C
Tints
Lighter variations
1#2BA891
2#32C3A8
3#47CFB6
4#61D6C1
5#7BDDCB
6#96E4D5
7#B0EBE0
8#CAF1EA
9#E5F8F5
Tones
Muted variations
1#2A8977
2#2F8374
3#347E71
4#3A796D
5#3F746A
6#446E67
7#496963
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 #CAF1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7DA | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAC7 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB29A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6558 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114138 | 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: #E3F8F4;
--sea-green-200: #CAF1EA;
--sea-green-300: #A2E7DA;
--sea-green-400: #71DAC7;
--sea-green-500: #49D0B7;
--sea-green-600: #2EB29A;
--sea-green-700: #258E7B;
--sea-green-800: #1A6558;
--sea-green-900: #114138;
--sea-green-950: #0A2923;
}