Steel Blue
#4063A0
BlueColor Codes
All color formats for development
HEX
#4063A0RGB
rgb(64, 99, 160)HSL
hsl(218, 43%, 44%)OKLCH
oklch(0.503 0.106 260.8)CMYK
cmyk(60%, 38%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A5990
2#334F80
3#2D4670
4#263C60
5#203250
6#1A2840
7#131E30
8#0D1420
9#060A10
Tints
Lighter variations
1#4870B5
2#5C80BE
3#7090C6
4#849FCE
5#99AFD6
6#ADBFDE
7#C2CFE7
8#D6DFEF
9#EBEFF7
Tones
Muted variations
1#45659C
2#4A6697
3#4E6792
4#53688D
5#586A88
6#5D6B83
7#626C7F
8#676E7A
9#6B6F75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DA #D0DAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBE #ABBEDE | BordersInactive statesPlaceholder text |
| 400 | 7F9C #7F9CCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B7F #5B7FBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4063 #4063A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 334F #334F80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2438 #24385B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1724 #17243A | Primary textHigh emphasis contentDark headings |
| 950 | 0F17 #0F1724 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5EBF5;
--steel-blue-200: #D0DAEC;
--steel-blue-300: #ABBEDE;
--steel-blue-400: #7F9CCC;
--steel-blue-500: #5B7FBE;
--steel-blue-600: #4063A0;
--steel-blue-700: #334F80;
--steel-blue-800: #24385B;
--steel-blue-900: #17243A;
--steel-blue-950: #0F1724;
}