Sea Green
#186857
CyanColor Codes
All color formats for development
HEX
#186857RGB
rgb(24, 104, 87)HSL
hsl(167, 63%, 25%)OKLCH
oklch(0.466 0.08 174.9)CMYK
cmyk(77%, 0%, 16%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E4E
2#135345
3#11493D
4#0E3E34
5#0C342B
6#092A23
7#071F1A
8#051511
9#020A09
Tints
Lighter variations
1#1F8770
2#26A68A
3#2DC5A4
4#44D5B5
5#63DCC2
6#82E3CE
7#A1EADA
8#C1F1E6
9#E0F8F3
Tones
Muted variations
1#1C6454
2#206052
3#245C50
4#28584D
5#2C544B
6#305049
7#344C47
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 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D9 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC6 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB798 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4337 | 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: #9FE9D9;
--sea-green-400: #6EDEC6;
--sea-green-500: #44D5B5;
--sea-green-600: #2AB798;
--sea-green-700: #219179;
--sea-green-800: #186857;
--sea-green-900: #0F4337;
--sea-green-950: #092A23;
}