Steel Blue
#6D97DF
BlueColor Codes
All color formats for development
HEX
#6D97DFRGB
rgb(109, 151, 223)HSL
hsl(218, 64%, 65%)OKLCH
oklch(0.676 0.117 260.7)CMYK
cmyk(51%, 32%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5183D9
2#3670D3
3#2A60BE
4#2452A3
5#1E4588
6#18376D
7#122952
8#0C1B36
9#060E1B
Tints
Lighter variations
1#7BA1E2
2#8AABE5
3#99B6E9
4#A7C0EC
5#B6CBEF
6#C4D5F2
7#D3E0F5
8#E2EAF9
9#F0F5FC
Tones
Muted variations
1#7298D9
2#789AD3
3#7E9BCE
4#839DC8
5#899EC2
6#8FA0BD
7#95A1B7
8#9AA3B1
9#A0A4AB
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 | C9D8 #C9D8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FBA #9FBAEA | BordersInactive statesPlaceholder text |
| 400 | 6D97 #6D97DF | Disabled statesSecondary iconsMuted text |
| 500 | 4379 #4379D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 285D #285DB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 204A #204A92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1735 #173569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F22 #0F2243 | 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: #C9D8F3;
--steel-blue-300: #9FBAEA;
--steel-blue-400: #6D97DF;
--steel-blue-500: #4379D6;
--steel-blue-600: #285DB8;
--steel-blue-700: #204A92;
--steel-blue-800: #173569;
--steel-blue-900: #0F2243;
--steel-blue-950: #09152A;
}