Steel Blue
#5762C1
BlueColor Codes
All color formats for development
HEX
#5762C1RGB
rgb(87, 98, 193)HSL
hsl(234, 46%, 55%)OKLCH
oklch(0.536 0.147 275.3)CMYK
cmyk(55%, 49%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4450B8
2#3D47A4
3#353E8F
4#2D357B
5#262C66
6#1E2352
7#171B3D
8#0F1229
9#080914
Tints
Lighter variations
1#6872C7
2#7981CD
3#8A91D4
4#9AA1DA
5#ABB1E0
6#BCC0E6
7#CDD0EC
8#DDE0F3
9#EEEFF9
Tones
Muted variations
1#5D66BC
2#626AB6
3#676FB1
4#6D73AC
5#7277A7
6#777BA1
7#7C809C
8#828497
9#878892
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 #CFD2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AF #A9AFDF | BordersInactive statesPlaceholder text |
| 400 | 7D85 #7D85CF | Disabled statesSecondary iconsMuted text |
| 500 | 5762 #5762C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D47 #3D47A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3038 #303882 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2228 #22285D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161A #161A3C | 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: #CFD2ED;
--steel-blue-300: #A9AFDF;
--steel-blue-400: #7D85CF;
--steel-blue-500: #5762C1;
--steel-blue-600: #3D47A4;
--steel-blue-700: #303882;
--steel-blue-800: #22285D;
--steel-blue-900: #161A3C;
--steel-blue-950: #0E1025;
}