Steel Blue
#627DB7
BlueColor Codes
All color formats for development
HEX
#627DB7RGB
rgb(98, 125, 183)HSL
hsl(221, 37%, 55%)OKLCH
oklch(0.593 0.095 264.6)CMYK
cmyk(46%, 32%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#506DAD
2#47619A
3#3E5586
4#354973
5#2C3D60
6#23304D
7#1B243A
8#121826
9#090C13
Tints
Lighter variations
1#728ABE
2#8197C5
3#91A4CC
4#A1B1D4
5#B0BEDB
6#C0CBE2
7#D0D8E9
8#E0E5F1
9#EFF2F8
Tones
Muted variations
1#667EB2
2#6A80AE
3#6F81AA
4#7383A6
5#7784A1
6#7B869D
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 | D2D9 #D2D9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBC #AFBCDA | BordersInactive statesPlaceholder text |
| 400 | 859A #859AC7 | Disabled statesSecondary iconsMuted text |
| 500 | 627D #627DB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4761 #47619A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 384D #384D7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2837 #283757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A23 #1A2338 | 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: #D2D9EA;
--steel-blue-300: #AFBCDA;
--steel-blue-400: #859AC7;
--steel-blue-500: #627DB7;
--steel-blue-600: #47619A;
--steel-blue-700: #384D7A;
--steel-blue-800: #283757;
--steel-blue-900: #1A2338;
--steel-blue-950: #101623;
}