Steel Blue
#3456AD
BlueColor Codes
All color formats for development
HEX
#3456ADRGB
rgb(52, 86, 173)HSL
hsl(223, 54%, 44%)OKLCH
oklch(0.477 0.145 265.2)CMYK
cmyk(70%, 50%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4D9C
2#29458A
3#243C79
4#1F3468
5#1A2B56
6#152245
7#0F1A34
8#0A1123
9#050911
Tints
Lighter variations
1#3A61C3
2#4F72CA
3#6584D1
4#7B95D8
5#91A7DE
6#A7B9E5
7#BDCAEB
8#D3DCF2
9#E9EDF8
Tones
Muted variations
1#3A59A7
2#405BA1
3#465E9B
4#4C6095
5#52638E
6#586688
7#5E6882
8#646B7C
9#6A6E76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD6 #CCD6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B7 #A5B7E4 | BordersInactive statesPlaceholder text |
| 400 | 7691 #7691D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E71 #4E71CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3456 #3456AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2944 #294489 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D31 #1D3162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131F #131F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4E9F7;
--steel-blue-200: #CCD6F0;
--steel-blue-300: #A5B7E4;
--steel-blue-400: #7691D6;
--steel-blue-500: #4E71CA;
--steel-blue-600: #3456AD;
--steel-blue-700: #294489;
--steel-blue-800: #1D3162;
--steel-blue-900: #131F3F;
--steel-blue-950: #0C1427;
}