Sea Green
#47686C
CyanColor Codes
All color formats for development
HEX
#47686CRGB
rgb(71, 104, 108)HSL
hsl(186, 21%, 35%)OKLCH
oklch(0.494 0.039 205.5)CMYK
cmyk(34%, 4%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5E61
2#385356
3#31494C
4#2A3F41
5#233436
6#1C2A2B
7#151F20
8#0E1516
9#070A0B
Tints
Lighter variations
1#547C80
2#618F94
3#739EA3
4#87ACB0
5#9BBABE
6#AFC8CB
7#C3D6D8
8#D7E3E5
9#EBF1F2
Tones
Muted variations
1#48676A
2#4A6568
3#4C6466
4#4E6264
5#506163
6#525F61
7#545E5F
8#565C5D
9#575B5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E3 #D7E3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CE #B8CED1 | BordersInactive statesPlaceholder text |
| 400 | 93B5 #93B5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 74A0 #74A0A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5983 #598388 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4768 #47686C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324A #324A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2030 #203031 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F6F9F9;
--sea-green-100: #E9F0F1;
--sea-green-200: #D7E3E5;
--sea-green-300: #B8CED1;
--sea-green-400: #93B5B8;
--sea-green-500: #74A0A4;
--sea-green-600: #598388;
--sea-green-700: #47686C;
--sea-green-800: #324A4D;
--sea-green-900: #203031;
--sea-green-950: #141E1F;
}