Steel Blue
#667EB2
BlueColor Codes
All color formats for development
HEX
#667EB2RGB
rgb(102, 126, 178)HSL
hsl(221, 33%, 55%)OKLCH
oklch(0.596 0.085 264.9)CMYK
cmyk(43%, 29%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#556FA8
2#4B6395
3#425683
4#384A70
5#2F3E5D
6#26314B
7#1C2538
8#131925
9#090C13
Tints
Lighter variations
1#768BBA
2#8598C1
3#94A5C9
4#A3B2D1
5#B3BFD9
6#C2CCE0
7#D1D8E8
8#E0E5F0
9#F0F2F7
Tones
Muted variations
1#6A80AE
2#6E81AB
3#7283A7
4#7684A3
5#79859F
6#7D879B
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 | D3DA #D3DAE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BD #B1BDD8 | BordersInactive statesPlaceholder text |
| 400 | 889B #889BC3 | Disabled statesSecondary iconsMuted text |
| 500 | 667E #667EB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B63 #4B6395 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4E #3C4E77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B38 #2B3855 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B24 #1B2436 | 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: #D3DAE9;
--steel-blue-300: #B1BDD8;
--steel-blue-400: #889BC3;
--steel-blue-500: #667EB2;
--steel-blue-600: #4B6395;
--steel-blue-700: #3C4E77;
--steel-blue-800: #2B3855;
--steel-blue-900: #1B2436;
--steel-blue-950: #111622;
}