Sea Green
#46686D
CyanColor Codes
All color formats for development
HEX
#46686DRGB
rgb(70, 104, 109)HSL
hsl(188, 22%, 35%)OKLCH
oklch(0.493 0.04 207.5)CMYK
cmyk(36%, 5%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5D62
2#385357
3#31494C
4#2A3E41
5#233436
6#1C292C
7#151F21
8#0E1516
9#070A0B
Tints
Lighter variations
1#537B81
2#5F8E95
3#719EA5
4#86ACB1
5#9AB9BE
6#AEC7CB
7#C2D5D8
8#D7E3E5
9#EBF1F2
Tones
Muted variations
1#48666B
2#4A6569
3#4C6367
4#4D6265
5#4F6063
6#515F61
7#535E5F
8#555C5D
9#575B5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E3 #D7E3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CE #B7CED1 | BordersInactive statesPlaceholder text |
| 400 | 92B4 #92B4B9 | Disabled statesSecondary iconsMuted text |
| 500 | 739F #739FA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5882 #588289 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4668 #46686D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324A #324A4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202F #202F32 | 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: #E9F0F1;
--sea-green-200: #D7E3E5;
--sea-green-300: #B7CED1;
--sea-green-400: #92B4B9;
--sea-green-500: #739FA5;
--sea-green-600: #588289;
--sea-green-700: #46686D;
--sea-green-800: #324A4E;
--sea-green-900: #202F32;
--sea-green-950: #141E1F;
}