Steel Blue
#667DB2
BlueColor Codes
All color formats for development
HEX
#667DB2RGB
rgb(102, 125, 178)HSL
hsl(222, 33%, 55%)OKLCH
oklch(0.593 0.086 265.9)CMYK
cmyk(43%, 30%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#556EA8
2#4B6195
3#425583
4#384970
5#2F3D5D
6#26314B
7#1C2538
8#131825
9#090C13
Tints
Lighter variations
1#768ABA
2#8597C1
3#94A4C9
4#A3B1D1
5#B3BED9
6#C2CBE0
7#D1D8E8
8#E0E5F0
9#F0F2F7
Tones
Muted variations
1#6A7FAE
2#6E80AB
3#7282A7
4#7683A3
5#79859F
6#7D869B
7#818898
8#858994
9#888B90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D9 #D3D9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BD #B1BDD8 | BordersInactive statesPlaceholder text |
| 400 | 889A #889AC3 | Disabled statesSecondary iconsMuted text |
| 500 | 667D #667DB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B61 #4B6195 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4D #3C4D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B37 #2B3755 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B23 #1B2336 | Primary textHigh emphasis contentDark headings |
| 950 | 1116 #111622 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7EBF3;
--steel-blue-200: #D3D9E9;
--steel-blue-300: #B1BDD8;
--steel-blue-400: #889AC3;
--steel-blue-500: #667DB2;
--steel-blue-600: #4B6195;
--steel-blue-700: #3C4D77;
--steel-blue-800: #2B3755;
--steel-blue-900: #1B2336;
--steel-blue-950: #111622;
}