Sea Green
#35647E
BlueColor Codes
All color formats for development
HEX
#35647ERGB
rgb(53, 100, 126)HSL
hsl(201, 41%, 35%)OKLCH
oklch(0.481 0.066 234.7)CMYK
cmyk(58%, 21%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F5A71
2#2A5065
3#254658
4#203C4C
5#1A323F
6#152832
7#101E26
8#0B1419
9#050A0D
Tints
Lighter variations
1#3E7795
2#4889AD
3#5B99BB
4#73A8C4
5#8AB6CE
6#A2C5D8
7#B9D3E2
8#D0E2EB
9#E8F0F5
Tones
Muted variations
1#38637A
2#3C6277
3#406173
4#43606F
5#475F6C
6#4B5E68
7#4E5D64
8#525B61
9#565A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E2 #D0E2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCC #ACCCDC | BordersInactive statesPlaceholder text |
| 400 | 81B1 #81B1CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D9A #5D9ABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 427E #427E9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3564 #35647E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2648 #26485A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182E #182E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4F8FA;
--sea-green-100: #E6EFF4;
--sea-green-200: #D0E2EB;
--sea-green-300: #ACCCDC;
--sea-green-400: #81B1CA;
--sea-green-500: #5D9ABB;
--sea-green-600: #427E9E;
--sea-green-700: #35647E;
--sea-green-800: #26485A;
--sea-green-900: #182E3A;
--sea-green-950: #0F1D24;
}