Steel Blue
#5279C7
BlueColor Codes
All color formats for development
HEX
#5279C7RGB
rgb(82, 121, 199)HSL
hsl(220, 51%, 55%)OKLCH
oklch(0.584 0.128 263)CMYK
cmyk(59%, 39%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E69BF
2#375DA9
3#305194
4#29467F
5#223A6A
6#1B2F55
7#152340
8#0E172A
9#070C15
Tints
Lighter variations
1#6386CC
2#7494D2
3#86A1D8
4#97AEDD
5#A8BCE3
6#BAC9E9
7#CBD7EE
8#DCE4F4
9#EEF2F9
Tones
Muted variations
1#587BC1
2#5D7DBB
3#637FB5
4#6981AF
5#6F82AA
6#7584A4
7#7B869E
8#818898
9#868A92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD8 #CDD8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BA #A6BAE2 | BordersInactive statesPlaceholder text |
| 400 | 7897 #7897D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5279 #5279C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 375D #375DA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C4A #2C4A87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F35 #1F3560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1422 #14223E | Primary textHigh emphasis contentDark headings |
| 950 | 0C15 #0C1527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4EAF6;
--steel-blue-200: #CDD8EF;
--steel-blue-300: #A6BAE2;
--steel-blue-400: #7897D3;
--steel-blue-500: #5279C7;
--steel-blue-600: #375DA9;
--steel-blue-700: #2C4A87;
--steel-blue-800: #1F3560;
--steel-blue-900: #14223E;
--steel-blue-950: #0C1527;
}