Steel Blue
#3E8EA3
CyanColor Codes
All color formats for development
HEX
#3E8EA3RGB
rgb(62, 142, 163)HSL
hsl(192, 45%, 44%)OKLCH
oklch(0.606 0.083 217.8)CMYK
cmyk(62%, 13%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#388092
2#317282
3#2B6472
4#255562
5#1F4751
6#193941
7#132B31
8#0C1C21
9#060E10
Tints
Lighter variations
1#46A1B7
2#59ACC0
3#6EB6C8
4#83C0D0
5#97CBD8
6#ACD5E0
7#C1E0E7
8#D6EAEF
9#EAF5F7
Tones
Muted variations
1#438B9E
2#488899
3#4D8594
4#52828E
5#577F89
6#5C7C84
7#61797F
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 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE7 #CFE7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD4 #AAD4DF | BordersInactive statesPlaceholder text |
| 400 | 7EBE #7EBECE | Disabled statesSecondary iconsMuted text |
| 500 | 59AB #59ABC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E8E #3E8EA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3171 #317181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2351 #23515C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1634 #16343B | 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: #E5F2F5;
--steel-blue-200: #CFE7ED;
--steel-blue-300: #AAD4DF;
--steel-blue-400: #7EBECE;
--steel-blue-500: #59ABC0;
--steel-blue-600: #3E8EA3;
--steel-blue-700: #317181;
--steel-blue-800: #23515C;
--steel-blue-900: #16343B;
--steel-blue-950: #0E2025;
}