Steel Blue
#5277C7
BlueColor Codes
All color formats for development
HEX
#5277C7RGB
rgb(82, 119, 199)HSL
hsl(221, 51%, 55%)OKLCH
oklch(0.58 0.13 264)CMYK
cmyk(59%, 40%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E67BF
2#375BA9
3#305094
4#29447F
5#22396A
6#1B2E55
7#152240
8#0E172A
9#070B15
Tints
Lighter variations
1#6384CC
2#7492D2
3#86A0D8
4#97ADDD
5#A8BBE3
6#BAC9E9
7#CBD6EE
8#DCE4F4
9#EEF1F9
Tones
Muted variations
1#5879C1
2#5D7BBB
3#637DB5
4#697FAF
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 | A6B9 #A6B9E2 | BordersInactive statesPlaceholder text |
| 400 | 7895 #7895D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5277 #5277C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 375B #375BA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C49 #2C4987 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F34 #1F3460 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1421 #14213E | 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: #A6B9E2;
--steel-blue-400: #7895D3;
--steel-blue-500: #5277C7;
--steel-blue-600: #375BA9;
--steel-blue-700: #2C4987;
--steel-blue-800: #1F3460;
--steel-blue-900: #14213E;
--steel-blue-950: #0C1527;
}