Sea Green
#47696B
CyanColor Codes
All color formats for development
HEX
#47696BRGB
rgb(71, 105, 107)HSL
hsl(183, 20%, 35%)OKLCH
oklch(0.496 0.039 200.6)CMYK
cmyk(34%, 2%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#405F60
2#395456
3#324A4B
4#2B3F40
5#243536
6#1D2A2B
7#152020
8#0E1515
9#070B0B
Tints
Lighter variations
1#557D7F
2#629093
3#74A0A2
4#88ADAF
5#9CBBBD
6#AFC9CA
7#C3D6D7
8#D7E4E4
9#EBF1F2
Tones
Muted variations
1#496869
2#4B6668
3#4D6466
4#4F6364
5#506162
6#526060
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 | D7E4 #D7E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CF #B9CFD0 | BordersInactive statesPlaceholder text |
| 400 | 94B6 #94B6B8 | Disabled statesSecondary iconsMuted text |
| 500 | 75A1 #75A1A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A84 #5A8487 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4769 #47696B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 334B #334B4D | 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: #D7E4E4;
--sea-green-300: #B9CFD0;
--sea-green-400: #94B6B8;
--sea-green-500: #75A1A3;
--sea-green-600: #5A8487;
--sea-green-700: #47696B;
--sea-green-800: #334B4D;
--sea-green-900: #213031;
--sea-green-950: #141E1F;
}