Steel Blue
#3253AE
BlueColor Codes
All color formats for development
HEX
#3253AERGB
rgb(50, 83, 174)HSL
hsl(224, 55%, 44%)OKLCH
oklch(0.47 0.15 265.8)CMYK
cmyk(71%, 52%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4B9D
2#28438B
3#233A7A
4#1E3268
5#192A57
6#142146
7#0F1934
8#0A1123
9#050811
Tints
Lighter variations
1#395EC4
2#4E6FCC
3#6481D2
4#7A93D8
5#90A5DF
6#A6B7E5
7#BDC9EC
8#D3DBF2
9#E9EDF9
Tones
Muted variations
1#3956A8
2#3F59A2
3#455C9B
4#4B5F95
5#51628F
6#586589
7#5E6883
8#646A7D
9#6A6D76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD5 #CCD5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B5 #A4B5E5 | BordersInactive statesPlaceholder text |
| 400 | 758F #758FD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D6F #4D6FCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3253 #3253AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2842 #28428A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D2F #1D2F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121E #121E3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B13 #0B1328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F5FC;
--steel-blue-100: #E3E9F7;
--steel-blue-200: #CCD5F0;
--steel-blue-300: #A4B5E5;
--steel-blue-400: #758FD7;
--steel-blue-500: #4D6FCB;
--steel-blue-600: #3253AE;
--steel-blue-700: #28428A;
--steel-blue-800: #1D2F63;
--steel-blue-900: #121E3F;
--steel-blue-950: #0B1328;
}