Steel Blue
#6273B7
BlueColor Codes
All color formats for development
HEX
#6273B7RGB
rgb(98, 115, 183)HSL
hsl(228, 37%, 55%)OKLCH
oklch(0.572 0.107 272)CMYK
cmyk(46%, 37%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5062AD
2#47579A
3#3E4C86
4#354173
5#2C3760
6#232C4D
7#1B213A
8#121626
9#090B13
Tints
Lighter variations
1#7281BE
2#818FC5
3#919DCC
4#A1ABD4
5#B0B9DB
6#C0C7E2
7#D0D5E9
8#E0E3F1
9#EFF1F8
Tones
Muted variations
1#6675B2
2#6A78AE
3#6F7AAA
4#737DA6
5#7780A1
6#7B829D
7#808599
8#848795
9#888A90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D6 #D2D6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB7 #AFB7DA | BordersInactive statesPlaceholder text |
| 400 | 8592 #8592C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6273 #6273B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4757 #47579A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3845 #38457A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2832 #283257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A20 #1A2038 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7E9F4;
--steel-blue-200: #D2D6EA;
--steel-blue-300: #AFB7DA;
--steel-blue-400: #8592C7;
--steel-blue-500: #6273B7;
--steel-blue-600: #47579A;
--steel-blue-700: #38457A;
--steel-blue-800: #283257;
--steel-blue-900: #1A2038;
--steel-blue-950: #101423;
}