Steel Blue
#627EB7
BlueColor Codes
All color formats for development
HEX
#627EB7RGB
rgb(98, 126, 183)HSL
hsl(220, 37%, 55%)OKLCH
oklch(0.596 0.094 263.8)CMYK
cmyk(46%, 31%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#506FAD
2#47629A
3#3E5686
4#354A73
5#2C3D60
6#23314D
7#1B253A
8#121926
9#090C13
Tints
Lighter variations
1#728BBE
2#8198C5
3#91A5CC
4#A1B2D4
5#B0BFDB
6#C0CBE2
7#D0D8E9
8#E0E5F1
9#EFF2F8
Tones
Muted variations
1#6680B2
2#6A81AE
3#6F82AA
4#7384A6
5#7785A1
6#7B879D
7#808899
8#848995
9#888B90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DA #D2DAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBD #AFBDDA | BordersInactive statesPlaceholder text |
| 400 | 859B #859BC7 | Disabled statesSecondary iconsMuted text |
| 500 | 627E #627EB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4762 #47629A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 384E #384E7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2838 #283857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A24 #1A2438 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7EBF4;
--steel-blue-200: #D2DAEA;
--steel-blue-300: #AFBDDA;
--steel-blue-400: #859BC7;
--steel-blue-500: #627EB7;
--steel-blue-600: #47629A;
--steel-blue-700: #384E7A;
--steel-blue-800: #283857;
--steel-blue-900: #1A2438;
--steel-blue-950: #101623;
}