Steel Blue
#5799C1
BlueColor Codes
All color formats for development
HEX
#5799C1RGB
rgb(87, 153, 193)HSL
hsl(203, 46%, 55%)OKLCH
oklch(0.655 0.09 237)CMYK
cmyk(55%, 21%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#448CB8
2#3D7CA4
3#356D8F
4#2D5D7B
5#264E66
6#1E3E52
7#172F3D
8#0F1F29
9#081014
Tints
Lighter variations
1#68A3C7
2#79ADCD
3#8AB7D4
4#9AC2DA
5#ABCCE0
6#BCD6E6
7#CDE0EC
8#DDEBF3
9#EEF5F9
Tones
Muted variations
1#5D97BC
2#6296B6
3#6795B1
4#6D94AC
5#7292A7
6#7791A1
7#7C909C
8#828F97
9#878D92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE1 #CFE1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CB #A9CBDF | BordersInactive statesPlaceholder text |
| 400 | 7DAF #7DAFCF | Disabled statesSecondary iconsMuted text |
| 500 | 5799 #5799C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D7C #3D7CA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3063 #306382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2247 #22475D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162D #162D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5EFF5;
--steel-blue-200: #CFE1ED;
--steel-blue-300: #A9CBDF;
--steel-blue-400: #7DAFCF;
--steel-blue-500: #5799C1;
--steel-blue-600: #3D7CA4;
--steel-blue-700: #306382;
--steel-blue-800: #22475D;
--steel-blue-900: #162D3C;
--steel-blue-950: #0E1C25;
}