Sea Green
#317481
CyanColor Codes
All color formats for development
HEX
#317481RGB
rgb(49, 116, 129)HSL
hsl(190, 45%, 35%)OKLCH
oklch(0.521 0.07 212.3)CMYK
cmyk(62%, 10%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C6874
2#275D68
3#22515B
4#1D464E
5#193A41
6#142E34
7#0F2327
8#0A171A
9#050C0D
Tints
Lighter variations
1#3A8A99
2#439FB1
3#57AEBF
4#6FB9C8
5#87C5D1
6#9FD1DB
7#B7DCE4
8#CFE8ED
9#E7F3F6
Tones
Muted variations
1#35717D
2#396F79
3#3D6C75
4#416971
5#45676D
6#496469
7#4D6165
8#515F61
9#555C5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE8 #CFE8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD6 #AAD6DF | BordersInactive statesPlaceholder text |
| 400 | 7EC1 #7EC1CE | Disabled statesSecondary iconsMuted text |
| 500 | 59AF #59AFC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E92 #3E92A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3174 #317481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2353 #23535C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1635 #16353B | Primary textHigh emphasis contentDark headings |
| 950 | 0E21 #0E2125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4FAFB;
--sea-green-100: #E5F3F5;
--sea-green-200: #CFE8ED;
--sea-green-300: #AAD6DF;
--sea-green-400: #7EC1CE;
--sea-green-500: #59AFC0;
--sea-green-600: #3E92A3;
--sea-green-700: #317481;
--sea-green-800: #23535C;
--sea-green-900: #16353B;
--sea-green-950: #0E2125;
}