Steel Blue
#6F95DC
BlueColor Codes
All color formats for development
HEX
#6F95DCRGB
rgb(111, 149, 220)HSL
hsl(219, 61%, 65%)OKLCH
oklch(0.672 0.114 262.2)CMYK
cmyk(50%, 32%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5582D6
2#3A6ECF
3#2D5FBB
4#2751A0
5#204485
6#1A366B
7#132950
8#0D1B35
9#060E1B
Tints
Lighter variations
1#7EA0E0
2#8CABE3
3#9AB5E7
4#A9C0EA
5#B7CAEE
6#C6D5F1
7#D4DFF5
8#E2EAF8
9#F1F4FC
Tones
Muted variations
1#7597D7
2#7A99D1
3#809ACC
4#859CC6
5#8B9EC1
6#909FBC
7#95A1B6
8#9BA2B1
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 | A1BA #A1BAE8 | BordersInactive statesPlaceholder text |
| 400 | 6F95 #6F95DC | Disabled statesSecondary iconsMuted text |
| 500 | 4677 #4677D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C5C #2C5CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2349 #234990 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1934 #193467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1021 #102142 | 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: #A1BAE8;
--steel-blue-400: #6F95DC;
--steel-blue-500: #4677D2;
--steel-blue-600: #2C5CB5;
--steel-blue-700: #234990;
--steel-blue-800: #193467;
--steel-blue-900: #102142;
--steel-blue-950: #0A1529;
}