Steel Blue
#3258AE
BlueColor Codes
All color formats for development
HEX
#3258AERGB
rgb(50, 88, 174)HSL
hsl(222, 55%, 44%)OKLCH
oklch(0.481 0.144 263.9)CMYK
cmyk(71%, 49%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4F9D
2#28468B
3#233D7A
4#1E3568
5#192C57
6#142346
7#0F1A34
8#0A1223
9#050911
Tints
Lighter variations
1#3963C4
2#4E74CC
3#6485D2
4#7A96D8
5#90A8DF
6#A6B9E5
7#BDCBEC
8#D3DCF2
9#E9EEF9
Tones
Muted variations
1#395AA8
2#3F5CA2
3#455F9B
4#4B6195
5#51648F
6#586689
7#5E6983
8#646B7D
9#6A6E76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD7 #CCD7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B7 #A4B7E5 | BordersInactive statesPlaceholder text |
| 400 | 7592 #7592D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D73 #4D73CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3258 #3258AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2846 #28468A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D32 #1D3263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1220 #12203F | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3E9F7;
--steel-blue-200: #CCD7F0;
--steel-blue-300: #A4B7E5;
--steel-blue-400: #7592D7;
--steel-blue-500: #4D73CB;
--steel-blue-600: #3258AE;
--steel-blue-700: #28468A;
--steel-blue-800: #1D3263;
--steel-blue-900: #12203F;
--steel-blue-950: #0B1428;
}