Steel Blue
#5273C7
BlueColor Codes
All color formats for development
HEX
#5273C7RGB
rgb(82, 115, 199)HSL
hsl(223, 51%, 55%)OKLCH
oklch(0.571 0.135 266.1)CMYK
cmyk(59%, 42%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E62BF
2#3757A9
3#304C94
4#29427F
5#22376A
6#1B2C55
7#152140
8#0E162A
9#070B15
Tints
Lighter variations
1#6381CC
2#748FD2
3#869DD8
4#97ABDD
5#A8B9E3
6#BAC7E9
7#CBD5EE
8#DCE3F4
9#EEF1F9
Tones
Muted variations
1#5875C1
2#5D78BB
3#637AB5
4#697DAF
5#6F80AA
6#7582A4
7#7B859E
8#818798
9#868A92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD7 #CDD7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B7 #A6B7E2 | BordersInactive statesPlaceholder text |
| 400 | 7892 #7892D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5273 #5273C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3757 #3757A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C46 #2C4687 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F32 #1F3260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1420 #14203E | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4E9F6;
--steel-blue-200: #CDD7EF;
--steel-blue-300: #A6B7E2;
--steel-blue-400: #7892D3;
--steel-blue-500: #5273C7;
--steel-blue-600: #3757A9;
--steel-blue-700: #2C4687;
--steel-blue-800: #1F3260;
--steel-blue-900: #14203E;
--steel-blue-950: #0C1427;
}