Steel Blue
#626AB7
BlueColor Codes
All color formats for development
HEX
#626AB7RGB
rgb(98, 106, 183)HSL
hsl(234, 37%, 55%)OKLCH
oklch(0.553 0.119 277.3)CMYK
cmyk(46%, 42%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5059AD
2#474F9A
3#3E4586
4#353B73
5#2C3160
6#23274D
7#1B1E3A
8#121426
9#090A13
Tints
Lighter variations
1#7279BE
2#8188C5
3#9197CC
4#A1A6D4
5#B0B5DB
6#C0C4E2
7#D0D2E9
8#E0E1F1
9#EFF0F8
Tones
Muted variations
1#666EB2
2#6A71AE
3#6F74AA
4#7378A6
5#777BA1
6#7B7F9D
7#808299
8#848595
9#888990
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D4 #D2D4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB3 #AFB3DA | BordersInactive statesPlaceholder text |
| 400 | 858B #858BC7 | Disabled statesSecondary iconsMuted text |
| 500 | 626A #626AB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 474F #474F9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383F #383F7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282D #282D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1D #1A1D38 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E8F4;
--steel-blue-200: #D2D4EA;
--steel-blue-300: #AFB3DA;
--steel-blue-400: #858BC7;
--steel-blue-500: #626AB7;
--steel-blue-600: #474F9A;
--steel-blue-700: #383F7A;
--steel-blue-800: #282D57;
--steel-blue-900: #1A1D38;
--steel-blue-950: #101223;
}