Sea Green
#316981
BlueColor Codes
All color formats for development
HEX
#316981RGB
rgb(49, 105, 129)HSL
hsl(198, 45%, 35%)OKLCH
oklch(0.493 0.07 228.7)CMYK
cmyk(62%, 19%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C5F74
2#275468
3#224A5B
4#1D3F4E
5#193541
6#142A34
7#0F2027
8#0A151A
9#050B0D
Tints
Lighter variations
1#3A7D99
2#4390B1
3#57A0BF
4#6FADC8
5#87BBD1
6#9FC9DB
7#B7D6E4
8#CFE4ED
9#E7F1F6
Tones
Muted variations
1#35687D
2#396679
3#3D6475
4#416371
5#45616D
6#496069
7#4D5E65
8#515C61
9#555B5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE4 #CFE4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACF #AACFDF | BordersInactive statesPlaceholder text |
| 400 | 7EB6 #7EB6CE | Disabled statesSecondary iconsMuted text |
| 500 | 59A1 #59A1C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E84 #3E84A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3169 #316981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234B #234B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1630 #16303B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1E #0E1E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4F9FB;
--sea-green-100: #E5F0F5;
--sea-green-200: #CFE4ED;
--sea-green-300: #AACFDF;
--sea-green-400: #7EB6CE;
--sea-green-500: #59A1C0;
--sea-green-600: #3E84A3;
--sea-green-700: #316981;
--sea-green-800: #234B5C;
--sea-green-900: #16303B;
--sea-green-950: #0E1E25;
}