Steel Blue
#6262B7
BlueColor Codes
All color formats for development
HEX
#6262B7RGB
rgb(98, 98, 183)HSL
hsl(240, 37%, 55%)OKLCH
oklch(0.537 0.13 281.1)CMYK
cmyk(46%, 46%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5050AD
2#47479A
3#3E3E86
4#353573
5#2C2C60
6#23234D
7#1B1B3A
8#121226
9#090913
Tints
Lighter variations
1#7272BE
2#8181C5
3#9191CC
4#A1A1D4
5#B0B0DB
6#C0C0E2
7#D0D0E9
8#E0E0F1
9#EFEFF8
Tones
Muted variations
1#6666B2
2#6A6AAE
3#6F6FAA
4#7373A6
5#7777A1
6#7B7B9D
7#808099
8#848495
9#888890
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D2 #D2D2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFAF #AFAFDA | BordersInactive statesPlaceholder text |
| 400 | 8585 #8585C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6262 #6262B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4747 #47479A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3838 #38387A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2828 #282857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1A #1A1A38 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E7F4;
--steel-blue-200: #D2D2EA;
--steel-blue-300: #AFAFDA;
--steel-blue-400: #8585C7;
--steel-blue-500: #6262B7;
--steel-blue-600: #47479A;
--steel-blue-700: #38387A;
--steel-blue-800: #282857;
--steel-blue-900: #1A1A38;
--steel-blue-950: #101023;
}