Steel Blue
#5284C7
BlueColor Codes
All color formats for development
HEX
#5284C7RGB
rgb(82, 132, 199)HSL
hsl(214, 51%, 55%)OKLCH
oklch(0.608 0.116 256.2)CMYK
cmyk(59%, 34%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E76BF
2#3769A9
3#305B94
4#294E7F
5#22416A
6#1B3455
7#152740
8#0E1A2A
9#070D15
Tints
Lighter variations
1#6391CC
2#749DD2
3#86A9D8
4#97B5DD
5#A8C2E3
6#BACEE9
7#CBDAEE
8#DCE6F4
9#EEF3F9
Tones
Muted variations
1#5885C1
2#5D86BB
3#6387B5
4#6988AF
5#6F88AA
6#7589A4
7#7B8A9E
8#818B98
9#868B92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDC #CDDCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C0 #A6C0E2 | BordersInactive statesPlaceholder text |
| 400 | 78A0 #78A0D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5284 #5284C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3769 #3769A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C53 #2C5387 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3B #1F3B60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1426 #14263E | Primary textHigh emphasis contentDark headings |
| 950 | 0C18 #0C1827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FB;
--steel-blue-100: #E4ECF6;
--steel-blue-200: #CDDCEF;
--steel-blue-300: #A6C0E2;
--steel-blue-400: #78A0D3;
--steel-blue-500: #5284C7;
--steel-blue-600: #3769A9;
--steel-blue-700: #2C5387;
--steel-blue-800: #1F3B60;
--steel-blue-900: #14263E;
--steel-blue-950: #0C1827;
}