Steel Blue
#5271C7
BlueColor Codes
All color formats for development
HEX
#5271C7RGB
rgb(82, 113, 199)HSL
hsl(224, 51%, 55%)OKLCH
oklch(0.567 0.138 267.1)CMYK
cmyk(59%, 43%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E60BF
2#3755A9
3#304B94
4#29407F
5#22356A
6#1B2B55
7#152040
8#0E152A
9#070B15
Tints
Lighter variations
1#637FCC
2#748DD2
3#869CD8
4#97AADD
5#A8B8E3
6#BAC6E9
7#CBD4EE
8#DCE3F4
9#EEF1F9
Tones
Muted variations
1#5874C1
2#5D76BB
3#6379B5
4#697CAF
5#6F7FAA
6#7581A4
7#7B849E
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 | CDD6 #CDD6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B6 #A6B6E2 | BordersInactive statesPlaceholder text |
| 400 | 7891 #7891D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5271 #5271C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3755 #3755A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C44 #2C4487 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F31 #1F3160 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141F #141F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C13 #0C1327 | 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: #CDD6EF;
--steel-blue-300: #A6B6E2;
--steel-blue-400: #7891D3;
--steel-blue-500: #5271C7;
--steel-blue-600: #3755A9;
--steel-blue-700: #2C4487;
--steel-blue-800: #1F3160;
--steel-blue-900: #141F3E;
--steel-blue-950: #0C1327;
}