Steel Blue
#54A1C4
BlueColor Codes
All color formats for development
HEX
#54A1C4RGB
rgb(84, 161, 196)HSL
hsl(199, 49%, 55%)OKLCH
oklch(0.674 0.092 229.8)CMYK
cmyk(57%, 18%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4095BC
2#3984A7
3#327492
4#2B637D
5#245368
6#1D4254
7#15323F
8#0E212A
9#071115
Tints
Lighter variations
1#65AACA
2#76B4D0
3#87BDD6
4#98C7DC
5#AAD0E2
6#BBD9E8
7#CCE3ED
8#DDECF3
9#EEF6F9
Tones
Muted variations
1#5A9FBF
2#5F9DB9
3#659BB4
4#6B99AE
5#7097A8
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 | CEE4 #CEE4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CF #A8CFE1 | BordersInactive statesPlaceholder text |
| 400 | 7AB6 #7AB6D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54A1 #54A1C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3984 #3984A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E69 #2E6985 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214B #214B5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1530 #15303D | 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: #CEE4EE;
--steel-blue-300: #A8CFE1;
--steel-blue-400: #7AB6D1;
--steel-blue-500: #54A1C4;
--steel-blue-600: #3984A7;
--steel-blue-700: #2E6985;
--steel-blue-800: #214B5F;
--steel-blue-900: #15303D;
--steel-blue-950: #0D1E26;
}