Sea Green
#186859
CyanColor Codes
All color formats for development
HEX
#186859RGB
rgb(24, 104, 89)HSL
hsl(169, 63%, 25%)OKLCH
oklch(0.467 0.078 177)CMYK
cmyk(77%, 0%, 14%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E50
2#135347
3#11493E
4#0E3E36
5#0C342D
6#092A24
7#071F1B
8#051512
9#020A09
Tints
Lighter variations
1#1F8774
2#26A68F
3#2DC5A9
4#44D5BA
5#63DCC6
6#82E3D1
7#A1EADD
8#C1F1E8
9#E0F8F4
Tones
Muted variations
1#1C6457
2#206054
3#245C52
4#28584F
5#2C544C
6#30504A
7#344C47
8#384845
9#3C4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DC | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC9 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB79D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21917D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4339 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E2F8F4;
--sea-green-200: #C9F3EB;
--sea-green-300: #9FE9DC;
--sea-green-400: #6EDEC9;
--sea-green-500: #44D5BA;
--sea-green-600: #2AB79D;
--sea-green-700: #21917D;
--sea-green-800: #186859;
--sea-green-900: #0F4339;
--sea-green-950: #092A24;
}