Steel Blue
#4067A0
BlueColor Codes
All color formats for development
HEX
#4067A0RGB
rgb(64, 103, 160)HSL
hsl(216, 43%, 44%)OKLCH
oklch(0.512 0.101 257.8)CMYK
cmyk(60%, 36%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A5C90
2#335280
3#2D4870
4#263E60
5#203350
6#1A2940
7#131F30
8#0D1520
9#060A10
Tints
Lighter variations
1#4874B5
2#5C83BE
3#7092C6
4#84A2CE
5#99B1D6
6#ADC1DE
7#C2D0E7
8#D6E0EF
9#EBEFF7
Tones
Muted variations
1#45689C
2#4A6897
3#4E6992
4#536A8D
5#586B88
6#5D6C83
7#626D7F
8#676E7A
9#6B6F75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DB #D0DBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBF #ABBFDE | BordersInactive statesPlaceholder text |
| 400 | 7F9E #7F9ECC | Disabled statesSecondary iconsMuted text |
| 500 | 5B82 #5B82BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4067 #4067A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3352 #335280 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243A #243A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1725 #17253A | 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: #F4F7FB;
--steel-blue-100: #E5ECF5;
--steel-blue-200: #D0DBEC;
--steel-blue-300: #ABBFDE;
--steel-blue-400: #7F9ECC;
--steel-blue-500: #5B82BE;
--steel-blue-600: #4067A0;
--steel-blue-700: #335280;
--steel-blue-800: #243A5B;
--steel-blue-900: #17253A;
--steel-blue-950: #0F1724;
}