Steel Blue
#6D93DF
BlueColor Codes
All color formats for development
HEX
#6D93DFRGB
rgb(109, 147, 223)HSL
hsl(220, 64%, 65%)OKLCH
oklch(0.668 0.121 263.3)CMYK
cmyk(51%, 34%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#517FD9
2#366AD3
3#2A5BBE
4#244EA3
5#1E4188
6#18346D
7#122752
8#0C1A36
9#060D1B
Tints
Lighter variations
1#7B9EE2
2#8AA8E5
3#99B3E9
4#A7BEEC
5#B6C9EF
6#C4D4F2
7#D3DFF5
8#E2E9F9
9#F0F4FC
Tones
Muted variations
1#7295D9
2#7897D3
3#7E98CE
4#839AC8
5#899CC2
6#8F9EBD
7#95A0B7
8#9AA2B1
9#A0A4AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D7 #C9D7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB8 #9FB8EA | BordersInactive statesPlaceholder text |
| 400 | 6D93 #6D93DF | Disabled statesSecondary iconsMuted text |
| 500 | 4374 #4374D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2858 #2858B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2046 #204692 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1732 #173269 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F20 #0F2043 | Primary textHigh emphasis contentDark headings |
| 950 | 0914 #09142A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F6FC;
--steel-blue-100: #E2E9F9;
--steel-blue-200: #C9D7F3;
--steel-blue-300: #9FB8EA;
--steel-blue-400: #6D93DF;
--steel-blue-500: #4374D6;
--steel-blue-600: #2858B8;
--steel-blue-700: #204692;
--steel-blue-800: #173269;
--steel-blue-900: #0F2043;
--steel-blue-950: #09142A;
}