Steel Blue
#579AC1
BlueColor Codes
All color formats for development
HEX
#579AC1RGB
rgb(87, 154, 193)HSL
hsl(202, 46%, 55%)OKLCH
oklch(0.657 0.09 235.9)CMYK
cmyk(55%, 20%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#448EB8
2#3D7EA4
3#356E8F
4#2D5E7B
5#264F66
6#1E3F52
7#172F3D
8#0F1F29
9#081014
Tints
Lighter variations
1#68A4C7
2#79AECD
3#8AB9D4
4#9AC3DA
5#ABCDE0
6#BCD7E6
7#CDE1EC
8#DDEBF3
9#EEF5F9
Tones
Muted variations
1#5D99BC
2#6298B6
3#6796B1
4#6D95AC
5#7293A7
6#7792A1
7#7C909C
8#828F97
9#878E92
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 | CFE2 #CFE2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CC #A9CCDF | BordersInactive statesPlaceholder text |
| 400 | 7DB1 #7DB1CF | Disabled statesSecondary iconsMuted text |
| 500 | 579A #579AC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D7E #3D7EA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3064 #306482 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2248 #22485D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162E #162E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1D #0E1D25 | 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: #CFE2ED;
--steel-blue-300: #A9CCDF;
--steel-blue-400: #7DB1CF;
--steel-blue-500: #579AC1;
--steel-blue-600: #3D7EA4;
--steel-blue-700: #306482;
--steel-blue-800: #22485D;
--steel-blue-900: #162E3C;
--steel-blue-950: #0E1D25;
}