Sea Green
#476C6C
CyanColor Codes
All color formats for development
HEX
#476C6CRGB
rgb(71, 108, 108)HSL
hsl(180, 21%, 35%)OKLCH
oklch(0.504 0.042 195.9)CMYK
cmyk(34%, 0%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F6161
2#385656
3#314C4C
4#2A4141
5#233636
6#1C2B2B
7#152020
8#0E1616
9#070B0B
Tints
Lighter variations
1#548080
2#619494
3#73A3A3
4#87B0B0
5#9BBEBE
6#AFCBCB
7#C3D8D8
8#D7E5E5
9#EBF2F2
Tones
Muted variations
1#486A6A
2#4A6868
3#4C6666
4#4E6464
5#506363
6#526161
7#545F5F
8#565D5D
9#575B5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E5 #D7E5E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8D1 #B8D1D1 | BordersInactive statesPlaceholder text |
| 400 | 93B8 #93B8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 74A4 #74A4A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5988 #598888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 476C #476C6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324D #324D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2031 #203131 | Primary textHigh emphasis contentDark headings |
| 950 | 141F #141F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F6F9F9;
--sea-green-100: #E9F1F1;
--sea-green-200: #D7E5E5;
--sea-green-300: #B8D1D1;
--sea-green-400: #93B8B8;
--sea-green-500: #74A4A4;
--sea-green-600: #598888;
--sea-green-700: #476C6C;
--sea-green-800: #324D4D;
--sea-green-900: #203131;
--sea-green-950: #141F1F;
}