Steel Blue
#5568C3
BlueColor Codes
All color formats for development
HEX
#5568C3RGB
rgb(85, 104, 195)HSL
hsl(230, 48%, 55%)OKLCH
oklch(0.548 0.142 272.1)CMYK
cmyk(56%, 47%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4256BB
2#3A4CA6
3#334391
4#2C397D
5#243068
6#1D2653
7#161D3E
8#0F132A
9#070A15
Tints
Lighter variations
1#6677C9
2#7786CF
3#8895D5
4#99A4DB
5#AAB3E1
6#BBC2E7
7#CCD2ED
8#DDE1F3
9#EEF0F9
Tones
Muted variations
1#5B6BBE
2#606FB8
3#6673B3
4#6B76AD
5#717AA8
6#767EA2
7#7C819D
8#818597
9#878992
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED3 #CED3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B2 #A8B2E1 | BordersInactive statesPlaceholder text |
| 400 | 7B89 #7B89D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5568 #5568C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A4C #3A4CA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3D #2E3D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212B #212B5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151C #151C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E7F6;
--steel-blue-200: #CED3EE;
--steel-blue-300: #A8B2E1;
--steel-blue-400: #7B89D1;
--steel-blue-500: #5568C3;
--steel-blue-600: #3A4CA6;
--steel-blue-700: #2E3D84;
--steel-blue-800: #212B5E;
--steel-blue-900: #151C3C;
--steel-blue-950: #0D1126;
}