Sea Green
#1A6559
CyanColor Codes
All color formats for development
HEX
#1A6559RGB
rgb(26, 101, 89)HSL
hsl(170, 59%, 25%)OKLCH
oklch(0.459 0.074 179.8)CMYK
cmyk(74%, 0%, 12%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B50
2#155147
3#12473E
4#103D35
5#0D332C
6#0A2924
7#081E1B
8#051412
9#030A09
Tints
Lighter variations
1#228473
2#2AA28E
3#32C1A9
4#49D0B9
5#67D8C5
6#85E0D1
7#A4E7DC
8#C2EFE8
9#E1F7F3
Tones
Muted variations
1#1E6256
2#225E54
3#255A51
4#29564F
5#2D534C
6#314F4A
7#344B47
8#384745
9#3C4442
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 #CAF1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7DB | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAC9 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB29C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6559 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114139 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2924 | 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: #CAF1EB;
--sea-green-300: #A2E7DB;
--sea-green-400: #71DAC9;
--sea-green-500: #49D0B9;
--sea-green-600: #2EB29C;
--sea-green-700: #258E7C;
--sea-green-800: #1A6559;
--sea-green-900: #114139;
--sea-green-950: #0A2924;
}