Steel Blue
#6691B2
BlueColor Codes
All color formats for development
HEX
#6691B2RGB
rgb(102, 145, 178)HSL
hsl(206, 33%, 55%)OKLCH
oklch(0.638 0.069 242.2)CMYK
cmyk(43%, 19%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5584A8
2#4B7595
3#426683
4#385870
5#2F495D
6#263B4B
7#1C2C38
8#131D25
9#090F13
Tints
Lighter variations
1#769CBA
2#85A7C1
3#94B2C9
4#A3BDD1
5#B3C8D9
6#C2D3E0
7#D1DEE8
8#E0E9F0
9#F0F4F7
Tones
Muted variations
1#6A91AE
2#6E90AB
3#7290A7
4#768FA3
5#798F9F
6#7D8E9B
7#818E98
8#858D94
9#888D90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DF #D3DFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C7 #B1C7D8 | BordersInactive statesPlaceholder text |
| 400 | 88AA #88AAC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6691 #6691B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B75 #4B7595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5D #3C5D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B43 #2B4355 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2B #1B2B36 | Primary textHigh emphasis contentDark headings |
| 950 | 111B #111B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EEF3;
--steel-blue-200: #D3DFE9;
--steel-blue-300: #B1C7D8;
--steel-blue-400: #88AAC3;
--steel-blue-500: #6691B2;
--steel-blue-600: #4B7595;
--steel-blue-700: #3C5D77;
--steel-blue-800: #2B4355;
--steel-blue-900: #1B2B36;
--steel-blue-950: #111B22;
}