Steel Blue
#3E8BA3
CyanColor Codes
All color formats for development
HEX
#3E8BA3RGB
rgb(62, 139, 163)HSL
hsl(194, 45%, 44%)OKLCH
oklch(0.598 0.083 221.4)CMYK
cmyk(62%, 15%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#387D92
2#316F82
3#2B6172
4#255362
5#1F4651
6#193841
7#132A31
8#0C1C21
9#060E10
Tints
Lighter variations
1#469DB7
2#59A8C0
3#6EB3C8
4#83BED0
5#97C9D8
6#ACD4E0
7#C1DEE7
8#D6E9EF
9#EAF4F7
Tones
Muted variations
1#43889E
2#488699
3#4D8394
4#52808E
5#577E89
6#5C7B84
7#61787F
8#66767A
9#6B7375
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 {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F1F5;
--steel-blue-200: #CFE6ED;
--steel-blue-300: #AAD2DF;
--steel-blue-400: #7EBBCE;
--steel-blue-500: #59A8C0;
--steel-blue-600: #3E8BA3;
--steel-blue-700: #316F81;
--steel-blue-800: #234F5C;
--steel-blue-900: #16333B;
--steel-blue-950: #0E2025;
}