Steel Blue
#5A62BF
BlueColor Codes
All color formats for development
HEX
#5A62BFRGB
rgb(90, 98, 191)HSL
hsl(235, 44%, 55%)OKLCH
oklch(0.536 0.144 276.7)CMYK
cmyk(53%, 49%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4750B6
2#3F47A2
3#373E8D
4#2F3579
5#272C65
6#1F2451
7#181B3D
8#101228
9#080914
Tints
Lighter variations
1#6A72C5
2#7B82CC
3#8B91D2
4#9CA1D8
5#ACB1DF
6#BDC0E5
7#CDD0EC
8#DEE0F2
9#EEEFF9
Tones
Muted variations
1#5F66BA
2#646BB5
3#696FB0
4#6E73AB
5#7377A5
6#787BA0
7#7D809B
8#828496
9#878891
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD2 #CFD2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAF #ABAFDE | BordersInactive statesPlaceholder text |
| 400 | 7E85 #7E85CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A62 #5A62BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F47 #3F47A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3239 #323981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2428 #24285C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171A #171A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E7F5;
--steel-blue-200: #CFD2EC;
--steel-blue-300: #ABAFDE;
--steel-blue-400: #7E85CD;
--steel-blue-500: #5A62BF;
--steel-blue-600: #3F47A2;
--steel-blue-700: #323981;
--steel-blue-800: #24285C;
--steel-blue-900: #171A3B;
--steel-blue-950: #0E1025;
}