Sea Green
#476B6B
CyanColor Codes
All color formats for development
HEX
#476B6BRGB
rgb(71, 107, 107)HSL
hsl(180, 20%, 35%)OKLCH
oklch(0.501 0.041 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#406060
2#395656
3#324B4B
4#2B4040
5#243636
6#1D2B2B
7#152020
8#0E1515
9#070B0B
Tints
Lighter variations
1#557F7F
2#629393
3#74A2A2
4#88AFAF
5#9CBDBD
6#AFCACA
7#C3D7D7
8#D7E4E4
9#EBF2F2
Tones
Muted variations
1#496969
2#4B6868
3#4D6666
4#4F6464
5#506262
6#526060
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 | EAF1 #EAF1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E4 #D7E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9D0 #B9D0D0 | BordersInactive statesPlaceholder text |
| 400 | 94B8 #94B8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 75A3 #75A3A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A87 #5A8787 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 476B #476B6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 334D #334D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2131 #213131 | 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: #EAF1F1;
--sea-green-200: #D7E4E4;
--sea-green-300: #B9D0D0;
--sea-green-400: #94B8B8;
--sea-green-500: #75A3A3;
--sea-green-600: #5A8787;
--sea-green-700: #476B6B;
--sea-green-800: #334D4D;
--sea-green-900: #213131;
--sea-green-950: #141F1F;
}