Sea Green
#317081
CyanColor Codes
All color formats for development
HEX
#317081RGB
rgb(49, 112, 129)HSL
hsl(193, 45%, 35%)OKLCH
oklch(0.511 0.069 218.2)CMYK
cmyk(62%, 13%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C6574
2#275A68
3#224E5B
4#1D434E
5#193841
6#142D34
7#0F2227
8#0A161A
9#050B0D
Tints
Lighter variations
1#3A8599
2#439AB1
3#57A9BF
4#6FB5C8
5#87C1D1
6#9FCEDB
7#B7DAE4
8#CFE6ED
9#E7F3F6
Tones
Muted variations
1#356E7D
2#396B79
3#3D6975
4#416771
5#45656D
6#496269
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 | CFE6 #CFE6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD3 #AAD3DF | BordersInactive statesPlaceholder text |
| 400 | 7EBD #7EBDCE | Disabled statesSecondary iconsMuted text |
| 500 | 59AA #59AAC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E8D #3E8DA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3170 #317081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2350 #23505C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1633 #16333B | 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: #CFE6ED;
--sea-green-300: #AAD3DF;
--sea-green-400: #7EBDCE;
--sea-green-500: #59AAC0;
--sea-green-600: #3E8DA3;
--sea-green-700: #317081;
--sea-green-800: #23505C;
--sea-green-900: #16333B;
--sea-green-950: #0E2025;
}