Steel Blue
#549FC4
BlueColor Codes
All color formats for development
HEX
#549FC4RGB
rgb(84, 159, 196)HSL
hsl(200, 49%, 55%)OKLCH
oklch(0.669 0.093 231.9)CMYK
cmyk(57%, 19%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4093BC
2#3983A7
3#327292
4#2B627D
5#245268
6#1D4154
7#15313F
8#0E212A
9#071015
Tints
Lighter variations
1#65A9CA
2#76B2D0
3#87BCD6
4#98C5DC
5#AACFE2
6#BBD9E8
7#CCE2ED
8#DDECF3
9#EEF5F9
Tones
Muted variations
1#5A9DBF
2#5F9BB9
3#6599B4
4#6B97AE
5#7096A8
6#7694A3
7#7B929D
8#819097
9#878E92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE3 #CEE3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CE #A8CEE1 | BordersInactive statesPlaceholder text |
| 400 | 7AB4 #7AB4D1 | Disabled statesSecondary iconsMuted text |
| 500 | 549F #549FC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3983 #3983A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E68 #2E6885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214A #214A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152F #152F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1E #0D1E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E4F0F6;
--steel-blue-200: #CEE3EE;
--steel-blue-300: #A8CEE1;
--steel-blue-400: #7AB4D1;
--steel-blue-500: #549FC4;
--steel-blue-600: #3983A7;
--steel-blue-700: #2E6885;
--steel-blue-800: #214A5F;
--steel-blue-900: #152F3D;
--steel-blue-950: #0D1E26;
}