Steel Blue
#6271B7
BlueColor Codes
All color formats for development
HEX
#6271B7RGB
rgb(98, 113, 183)HSL
hsl(229, 37%, 55%)OKLCH
oklch(0.568 0.11 273.3)CMYK
cmyk(46%, 38%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5061AD
2#47569A
3#3E4B86
4#354073
5#2C3660
6#232B4D
7#1B203A
8#121526
9#090B13
Tints
Lighter variations
1#7280BE
2#818EC5
3#919CCC
4#A1AAD4
5#B0B8DB
6#C0C6E2
7#D0D5E9
8#E0E3F1
9#EFF1F8
Tones
Muted variations
1#6674B2
2#6A77AE
3#6F79AA
4#737CA6
5#777FA1
6#7B819D
7#808499
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 | 8591 #8591C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6271 #6271B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4756 #47569A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3844 #38447A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2831 #283157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F38 | 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: #8591C7;
--steel-blue-500: #6271B7;
--steel-blue-600: #47569A;
--steel-blue-700: #38447A;
--steel-blue-800: #283157;
--steel-blue-900: #1A1F38;
--steel-blue-950: #101423;
}