Steel Blue
#6F97DC
BlueColor Codes
All color formats for development
HEX
#6F97DCRGB
rgb(111, 151, 220)HSL
hsl(218, 61%, 65%)OKLCH
oklch(0.676 0.112 260.9)CMYK
cmyk(50%, 31%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5584D6
2#3A71CF
3#2D61BB
4#2753A0
5#204585
6#1A386B
7#132A50
8#0D1C35
9#060E1B
Tints
Lighter variations
1#7EA2E0
2#8CACE3
3#9AB6E7
4#A9C1EA
5#B7CBEE
6#C6D5F1
7#D4E0F5
8#E2EAF8
9#F1F5FC
Tones
Muted variations
1#7599D7
2#7A9AD1
3#809CCC
4#859DC6
5#8B9EC1
6#90A0BC
7#95A1B6
8#9BA3B1
9#A0A4AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD8 #CAD8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BB #A1BBE8 | BordersInactive statesPlaceholder text |
| 400 | 6F97 #6F97DC | Disabled statesSecondary iconsMuted text |
| 500 | 467A #467AD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C5E #2C5EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 234B #234B90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1935 #193567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1022 #102242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A15 #0A1529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E2EAF8;
--steel-blue-200: #CAD8F2;
--steel-blue-300: #A1BBE8;
--steel-blue-400: #6F97DC;
--steel-blue-500: #467AD2;
--steel-blue-600: #2C5EB5;
--steel-blue-700: #234B90;
--steel-blue-800: #193567;
--steel-blue-900: #102242;
--steel-blue-950: #0A1529;
}