Steel Blue
#3272AE
BlueColor Codes
All color formats for development
HEX
#3272AERGB
rgb(50, 114, 174)HSL
hsl(209, 55%, 44%)OKLCH
oklch(0.539 0.115 249.5)CMYK
cmyk(71%, 34%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D679D
2#285B8B
3#23507A
4#1E4568
5#193957
6#142E46
7#0F2234
8#0A1723
9#050B11
Tints
Lighter variations
1#3981C4
2#4E8FCC
3#649DD2
4#7AABD8
5#90B9DF
6#A6C7E5
7#BDD5EC
8#D3E3F2
9#E9F1F9
Tones
Muted variations
1#3972A8
2#3F72A2
3#45729B
4#4B7195
5#51718F
6#587189
7#5E7183
8#64717D
9#6A7076
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3ED #E3EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDE #CCDEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C5 #A4C5E5 | BordersInactive statesPlaceholder text |
| 400 | 75A7 #75A7D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D8E #4D8ECB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3272 #3272AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 285B #285B8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D41 #1D4163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122A #122A3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1A #0B1A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E3EDF7;
--steel-blue-200: #CCDEF0;
--steel-blue-300: #A4C5E5;
--steel-blue-400: #75A7D7;
--steel-blue-500: #4D8ECB;
--steel-blue-600: #3272AE;
--steel-blue-700: #285B8A;
--steel-blue-800: #1D4163;
--steel-blue-900: #122A3F;
--steel-blue-950: #0B1A28;
}