Sea Green
#316B81
BlueColor Codes
All color formats for development
HEX
#316B81RGB
rgb(49, 107, 129)HSL
hsl(196, 45%, 35%)OKLCH
oklch(0.498 0.07 225.7)CMYK
cmyk(62%, 17%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C6174
2#275668
3#224C5B
4#1D414E
5#193641
6#142B34
7#0F2027
8#0A161A
9#050B0D
Tints
Lighter variations
1#3A8099
2#4394B1
3#57A3BF
4#6FB0C8
5#87BED1
6#9FCBDB
7#B7D8E4
8#CFE5ED
9#E7F2F6
Tones
Muted variations
1#356A7D
2#396879
3#3D6675
4#416471
5#45636D
6#496169
7#4D5F65
8#515D61
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 | CFE5 #CFE5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD1 #AAD1DF | BordersInactive statesPlaceholder text |
| 400 | 7EB8 #7EB8CE | Disabled statesSecondary iconsMuted text |
| 500 | 59A4 #59A4C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E88 #3E88A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 316C #316C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234D #234D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1631 #16313B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1F #0E1F25 | 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: #CFE5ED;
--sea-green-300: #AAD1DF;
--sea-green-400: #7EB8CE;
--sea-green-500: #59A4C0;
--sea-green-600: #3E88A3;
--sea-green-700: #316C81;
--sea-green-800: #234D5C;
--sea-green-900: #16313B;
--sea-green-950: #0E1F25;
}