Sea Green
#186855
CyanColor Codes
All color formats for development
HEX
#186855RGB
rgb(24, 104, 85)HSL
hsl(166, 63%, 25%)OKLCH
oklch(0.465 0.081 172.9)CMYK
cmyk(77%, 0%, 18%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E4D
2#135344
3#11493C
4#0E3E33
5#0C342B
6#092A22
7#071F1A
8#051511
9#020A09
Tints
Lighter variations
1#1F876F
2#26A688
3#2DC5A2
4#44D5B3
5#63DCC0
6#82E3CC
7#A1EAD9
8#C1F1E6
9#E0F8F2
Tones
Muted variations
1#1C6453
2#206051
3#245C4F
4#28584D
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 #C9F3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC4 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB796 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186855 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4337 | 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: #C9F3E9;
--sea-green-300: #9FE9D8;
--sea-green-400: #6EDEC4;
--sea-green-500: #44D5B3;
--sea-green-600: #2AB796;
--sea-green-700: #219177;
--sea-green-800: #186855;
--sea-green-900: #0F4337;
--sea-green-950: #092A22;
}