Steel Blue
#6270B7
BlueColor Codes
All color formats for development
HEX
#6270B7RGB
rgb(98, 112, 183)HSL
hsl(230, 37%, 55%)OKLCH
oklch(0.566 0.111 273.9)CMYK
cmyk(46%, 39%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#505FAD
2#47559A
3#3E4A86
4#353F73
5#2C3560
6#232A4D
7#1B203A
8#121526
9#090B13
Tints
Lighter variations
1#727EBE
2#818DC5
3#919BCC
4#A1A9D4
5#B0B7DB
6#C0C6E2
7#D0D4E9
8#E0E2F1
9#EFF1F8
Tones
Muted variations
1#6673B2
2#6A76AE
3#6F78AA
4#737BA6
5#777EA1
6#7B819D
7#808499
8#848795
9#888990
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D6 #D2D6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB6 #AFB6DA | BordersInactive statesPlaceholder text |
| 400 | 8590 #8590C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6270 #6270B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4755 #47559A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3843 #38437A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2830 #283057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F38 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E9F4;
--steel-blue-200: #D2D6EA;
--steel-blue-300: #AFB6DA;
--steel-blue-400: #8590C7;
--steel-blue-500: #6270B7;
--steel-blue-600: #47559A;
--steel-blue-700: #38437A;
--steel-blue-800: #283057;
--steel-blue-900: #1A1F38;
--steel-blue-950: #101323;
}