Sea Green
#316D81
BlueColor Codes
All color formats for development
HEX
#316D81RGB
rgb(49, 109, 129)HSL
hsl(195, 45%, 35%)OKLCH
oklch(0.504 0.069 222.7)CMYK
cmyk(62%, 16%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C6274
2#275768
3#224D5B
4#1D424E
5#193741
6#142C34
7#0F2127
8#0A161A
9#050B0D
Tints
Lighter variations
1#3A8299
2#4396B1
3#57A5BF
4#6FB2C8
5#87BFD1
6#9FCCDB
7#B7D8E4
8#CFE5ED
9#E7F2F6
Tones
Muted variations
1#356B7D
2#396979
3#3D6775
4#416571
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 | AAD2 #AAD2DF | BordersInactive statesPlaceholder text |
| 400 | 7EBA #7EBACE | Disabled statesSecondary iconsMuted text |
| 500 | 59A6 #59A6C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E89 #3E89A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 316D #316D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234E #234E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1632 #16323B | 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: #AAD2DF;
--sea-green-400: #7EBACE;
--sea-green-500: #59A6C0;
--sea-green-600: #3E89A3;
--sea-green-700: #316D81;
--sea-green-800: #234E5C;
--sea-green-900: #16323B;
--sea-green-950: #0E1F25;
}