Sea Green
#47686B
CyanColor Codes
All color formats for development
HEX
#47686BRGB
rgb(71, 104, 107)HSL
hsl(185, 20%, 35%)OKLCH
oklch(0.493 0.038 203.1)CMYK
cmyk(34%, 3%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#405E60
2#395356
3#32494B
4#2B3E40
5#243436
6#1D2A2B
7#151F20
8#0E1515
9#070A0B
Tints
Lighter variations
1#557B7F
2#628F93
3#749EA2
4#88ACAF
5#9CBABD
6#AFC8CA
7#C3D6D7
8#D7E3E4
9#EBF1F2
Tones
Muted variations
1#496769
2#4B6568
3#4D6466
4#4F6264
5#506162
6#525F60
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 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E3 #D7E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CE #B9CED0 | BordersInactive statesPlaceholder text |
| 400 | 94B5 #94B5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 759F #759FA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A83 #5A8387 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4768 #47686B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 334A #334A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213031 | 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: #EAF0F1;
--sea-green-200: #D7E3E4;
--sea-green-300: #B9CED0;
--sea-green-400: #94B5B8;
--sea-green-500: #759FA3;
--sea-green-600: #5A8387;
--sea-green-700: #47686B;
--sea-green-800: #334A4D;
--sea-green-900: #213031;
--sea-green-950: #141E1F;
}