Sea Green
#18685D
CyanColor Codes
All color formats for development
HEX
#18685DRGB
rgb(24, 104, 93)HSL
hsl(172, 63%, 25%)OKLCH
oklch(0.468 0.076 181.5)CMYK
cmyk(77%, 0%, 11%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E54
2#13534B
3#114941
4#0E3E38
5#0C342F
6#092A25
7#071F1C
8#051513
9#020A09
Tints
Lighter variations
1#1F8779
2#26A695
3#2DC5B1
4#44D5C1
5#63DCCC
6#82E3D6
7#A1EAE0
8#C1F1EA
9#E0F8F5
Tones
Muted variations
1#1C645A
2#206057
3#245C54
4#285851
5#2C544E
6#30504C
7#344C49
8#384846
9#3C4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DF | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDECF | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFB;
--sea-green-100: #E2F8F5;
--sea-green-200: #C9F3ED;
--sea-green-300: #9FE9DF;
--sea-green-400: #6EDECF;
--sea-green-500: #44D5C1;
--sea-green-600: #2AB7A4;
--sea-green-700: #219182;
--sea-green-800: #18685D;
--sea-green-900: #0F433C;
--sea-green-950: #092A25;
}