Steel Blue
#6C96E0
BlueColor Codes
All color formats for development
HEX
#6C96E0RGB
rgb(108, 150, 224)HSL
hsl(218, 65%, 65%)OKLCH
oklch(0.674 0.12 261.2)CMYK
cmyk(52%, 33%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5083DA
2#356FD4
3#2960BF
4#2352A4
5#1D4589
6#17376D
7#112952
8#0C1B37
9#060E1B
Tints
Lighter variations
1#7AA1E3
2#89ABE6
3#98B6E9
4#A7C0EC
5#B5CBEF
6#C4D5F3
7#D3E0F6
8#E2EAF9
9#F0F5FC
Tones
Muted variations
1#7298DA
2#7799D4
3#7D9BCE
4#839CC9
5#899EC3
6#8FA0BD
7#94A1B7
8#9AA3B1
9#A0A4AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D8 #C8D8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EBA #9EBAEA | BordersInactive statesPlaceholder text |
| 400 | 6C96 #6C96E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4278 #4278D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 275D #275DB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F4A #1F4A93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1635 #163569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E22 #0E2243 | Primary textHigh emphasis contentDark headings |
| 950 | 0915 #09152A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F6FC;
--steel-blue-100: #E2EAF9;
--steel-blue-200: #C8D8F3;
--steel-blue-300: #9EBAEA;
--steel-blue-400: #6C96E0;
--steel-blue-500: #4278D7;
--steel-blue-600: #275DB9;
--steel-blue-700: #1F4A93;
--steel-blue-800: #163569;
--steel-blue-900: #0E2243;
--steel-blue-950: #09152A;
}