Sea Green
#186854
CyanColor Codes
All color formats for development
HEX
#186854RGB
rgb(24, 104, 84)HSL
hsl(165, 63%, 25%)OKLCH
oklch(0.465 0.082 171.9)CMYK
cmyk(77%, 0%, 19%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E4B
2#135343
3#11493B
4#0E3E32
5#0C342A
6#092A22
7#071F19
8#051511
9#020A08
Tints
Lighter variations
1#1F876D
2#26A686
3#2DC59F
4#44D5B0
5#63DCBD
6#82E3CB
7#A1EAD8
8#C1F1E5
9#E0F8F2
Tones
Muted variations
1#1C6452
2#206050
3#245C4E
4#28584C
5#2C544A
6#305048
7#344C46
8#384844
9#3C4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC2 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB794 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219175 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186854 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4336 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E2F8F3;
--sea-green-200: #C9F3E8;
--sea-green-300: #9FE9D7;
--sea-green-400: #6EDEC2;
--sea-green-500: #44D5B0;
--sea-green-600: #2AB794;
--sea-green-700: #219175;
--sea-green-800: #186854;
--sea-green-900: #0F4336;
--sea-green-950: #092A22;
}