Sea Green
#317181
CyanColor Codes
All color formats for development
HEX
#317181RGB
rgb(49, 113, 129)HSL
hsl(192, 45%, 35%)OKLCH
oklch(0.514 0.069 216.7)CMYK
cmyk(62%, 12%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C6674
2#275B68
3#224F5B
4#1D444E
5#193941
6#142D34
7#0F2227
8#0A171A
9#050B0D
Tints
Lighter variations
1#3A8699
2#439BB1
3#57AABF
4#6FB6C8
5#87C3D1
6#9FCFDB
7#B7DBE4
8#CFE7ED
9#E7F3F6
Tones
Muted variations
1#356F7D
2#396D79
3#3D6A75
4#416871
5#45656D
6#496369
7#4D6065
8#515E61
9#555C5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE7 #CFE7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD4 #AAD4DF | BordersInactive statesPlaceholder text |
| 400 | 7EBE #7EBECE | Disabled statesSecondary iconsMuted text |
| 500 | 59AB #59ABC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E8E #3E8EA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3171 #317181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2351 #23515C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1634 #16343B | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4F9FB;
--sea-green-100: #E5F2F5;
--sea-green-200: #CFE7ED;
--sea-green-300: #AAD4DF;
--sea-green-400: #7EBECE;
--sea-green-500: #59ABC0;
--sea-green-600: #3E8EA3;
--sea-green-700: #317181;
--sea-green-800: #23515C;
--sea-green-900: #16343B;
--sea-green-950: #0E2025;
}