Sea Green
#186861
CyanColor Codes
All color formats for development
HEX
#186861RGB
rgb(24, 104, 97)HSL
hsl(175, 63%, 25%)OKLCH
oklch(0.469 0.075 186.2)CMYK
cmyk(77%, 0%, 7%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E57
2#13534E
3#114944
4#0E3E3A
5#0C3431
6#092A27
7#071F1D
8#051513
9#020A0A
Tints
Lighter variations
1#1F877E
2#26A69C
3#2DC5B9
4#44D5C8
5#63DCD2
6#82E3DB
7#A1EAE4
8#C1F1ED
9#E0F8F6
Tones
Muted variations
1#1C645E
2#20605B
3#245C57
4#285854
5#2C5450
6#30504D
7#344C4A
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 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED5 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219188 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186861 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFB;
--sea-green-100: #E2F8F7;
--sea-green-200: #C9F3EF;
--sea-green-300: #9FE9E3;
--sea-green-400: #6EDED5;
--sea-green-500: #44D5C8;
--sea-green-600: #2AB7AB;
--sea-green-700: #219188;
--sea-green-800: #186861;
--sea-green-900: #0F433E;
--sea-green-950: #092A27;
}