Steel Blue
#7296DA
BlueColor Codes
All color formats for development
HEX
#7296DARGB
rgb(114, 150, 218)HSL
hsl(219, 58%, 65%)OKLCH
oklch(0.675 0.109 262.5)CMYK
cmyk(48%, 31%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5883D3
2#3E6FCC
3#3160B7
4#2A529D
5#234483
6#1C3769
7#15294F
8#0E1B34
9#070E1A
Tints
Lighter variations
1#80A1DD
2#8EABE1
3#9CB6E5
4#AAC0E9
5#B8CBEC
6#C7D5F0
7#D5E0F4
8#E3EAF8
9#F1F5FB
Tones
Muted variations
1#7798D4
2#7C99CF
3#829BCA
4#879CC5
5#8C9EC0
6#91A0BA
7#96A1B5
8#9BA3B0
9#A1A4AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD8 #CBD8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BA #A2BAE6 | BordersInactive statesPlaceholder text |
| 400 | 7296 #7296DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A78 #4A78CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F5D #2F5DB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 254A #254A8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B35 #1B3565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1122 #112240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B15 #0B1528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3EAF8;
--steel-blue-200: #CBD8F1;
--steel-blue-300: #A2BAE6;
--steel-blue-400: #7296DA;
--steel-blue-500: #4A78CF;
--steel-blue-600: #2F5DB1;
--steel-blue-700: #254A8D;
--steel-blue-800: #1B3565;
--steel-blue-900: #112240;
--steel-blue-950: #0B1528;
}