Sea Green
#316F81
CyanColor Codes
All color formats for development
HEX
#316F81RGB
rgb(49, 111, 129)HSL
hsl(194, 45%, 35%)OKLCH
oklch(0.509 0.069 219.7)CMYK
cmyk(62%, 14%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C6474
2#275968
3#224D5B
4#1D424E
5#193741
6#142C34
7#0F2127
8#0A161A
9#050B0D
Tints
Lighter variations
1#3A8399
2#4398B1
3#57A7BF
4#6FB3C8
5#87C0D1
6#9FCDDB
7#B7D9E4
8#CFE6ED
9#E7F2F6
Tones
Muted variations
1#356D7D
2#396A79
3#3D6875
4#416671
5#45646D
6#496269
7#4D6065
8#515E61
9#555B5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE6 #CFE6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD2 #AAD2DF | BordersInactive statesPlaceholder text |
| 400 | 7EBB #7EBBCE | Disabled statesSecondary iconsMuted text |
| 500 | 59A8 #59A8C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E8B #3E8BA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 316F #316F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234F #234F5C | 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: #E5F1F5;
--sea-green-200: #CFE6ED;
--sea-green-300: #AAD2DF;
--sea-green-400: #7EBBCE;
--sea-green-500: #59A8C0;
--sea-green-600: #3E8BA3;
--sea-green-700: #316F81;
--sea-green-800: #234F5C;
--sea-green-900: #16333B;
--sea-green-950: #0E2025;
}