Sea Green
#466D6D
CyanColor Codes
All color formats for development
HEX
#466D6DRGB
rgb(70, 109, 109)HSL
hsl(180, 22%, 35%)OKLCH
oklch(0.506 0.044 195.8)CMYK
cmyk(36%, 0%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F6262
2#385757
3#314C4C
4#2A4141
5#233636
6#1C2C2C
7#152121
8#0E1616
9#070B0B
Tints
Lighter variations
1#538181
2#5F9595
3#71A5A5
4#86B1B1
5#9ABEBE
6#AECBCB
7#C2D8D8
8#D7E5E5
9#EBF2F2
Tones
Muted variations
1#486B6B
2#4A6969
3#4C6767
4#4D6565
5#4F6363
6#516161
7#535F5F
8#555D5D
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 | B7D1 #B7D1D1 | BordersInactive statesPlaceholder text |
| 400 | 92B9 #92B9B9 | Disabled statesSecondary iconsMuted text |
| 500 | 73A5 #73A5A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5889 #588989 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 466D #466D6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324E #324E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2032 #203232 | 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: #B7D1D1;
--sea-green-400: #92B9B9;
--sea-green-500: #73A5A5;
--sea-green-600: #588989;
--sea-green-700: #466D6D;
--sea-green-800: #324E4E;
--sea-green-900: #203232;
--sea-green-950: #141F1F;
}