Sea Green
#186858
CyanColor Codes
All color formats for development
HEX
#186858RGB
rgb(24, 104, 88)HSL
hsl(168, 63%, 25%)OKLCH
oklch(0.466 0.079 176)CMYK
cmyk(77%, 0%, 15%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E4F
2#135346
3#11493D
4#0E3E35
5#0C342C
6#092A23
7#071F1A
8#051512
9#020A09
Tints
Lighter variations
1#1F8772
2#26A68D
3#2DC5A7
4#44D5B8
5#63DCC4
6#82E3CF
7#A1EADB
8#C1F1E7
9#E0F8F3
Tones
Muted variations
1#1C6455
2#206053
3#245C51
4#28584E
5#2C544C
6#305049
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 #C9F3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DB | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC7 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB79B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21917B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4338 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A23 | 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: #C9F3EA;
--sea-green-300: #9FE9DB;
--sea-green-400: #6EDEC7;
--sea-green-500: #44D5B8;
--sea-green-600: #2AB79B;
--sea-green-700: #21917B;
--sea-green-800: #186858;
--sea-green-900: #0F4338;
--sea-green-950: #092A23;
}