Steel Blue
#5B61BE
BlueColor Codes
All color formats for development
HEX
#5B61BERGB
rgb(91, 97, 190)HSL
hsl(236, 43%, 55%)OKLCH
oklch(0.535 0.143 277.6)CMYK
cmyk(52%, 49%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#484FB5
2#4046A0
3#383E8C
4#303578
5#282C64
6#202350
7#181A3C
8#101228
9#080914
Tints
Lighter variations
1#6B71C4
2#7C81CB
3#8C91D1
4#9DA0D8
5#ADB0DE
6#BDC0E5
7#CED0EB
8#DEDFF2
9#EFEFF8
Tones
Muted variations
1#6066B9
2#656AB4
3#6A6EAF
4#6F73AA
5#7477A5
6#797BA0
7#7D7F9B
8#828496
9#878891
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D1 #D0D1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAE #ABAEDE | BordersInactive statesPlaceholder text |
| 400 | 7F84 #7F84CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B61 #5B61BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4046 #4046A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3338 #333880 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2428 #24285B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171A #171A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E5E6F5;
--steel-blue-200: #D0D1EC;
--steel-blue-300: #ABAEDE;
--steel-blue-400: #7F84CC;
--steel-blue-500: #5B61BE;
--steel-blue-600: #4046A0;
--steel-blue-700: #333880;
--steel-blue-800: #24285B;
--steel-blue-900: #171A3A;
--steel-blue-950: #0F1024;
}