Steel Blue
#2A75B7
BlueColor Codes
All color formats for development
HEX
#2A75B7RGB
rgb(42, 117, 183)HSL
hsl(208, 63%, 44%)OKLCH
oklch(0.549 0.126 249)CMYK
cmyk(77%, 36%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2569A5
2#215E92
3#1D5280
4#19466E
5#153A5B
6#112F49
7#0C2337
8#081725
9#040C12
Tints
Lighter variations
1#2F84CE
2#4592D5
3#5C9FDA
4#73ADDF
5#8BBBE5
6#A2C8EA
7#B9D6EF
8#D0E4F4
9#E8F1FA
Tones
Muted variations
1#3174B0
2#3874A9
3#3F73A2
4#46739B
5#4D7394
6#54728C
7#5B7285
8#62717E
9#697177
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DF #C9DFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC7 #9FC7E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA9 #6EA9DE | Disabled statesSecondary iconsMuted text |
| 500 | 4491 #4491D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A75 #2A75B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 215D #215D91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1842 #184268 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2B #0F2B43 | Primary textHigh emphasis contentDark headings |
| 950 | 091B #091B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E2EEF8;
--steel-blue-200: #C9DFF3;
--steel-blue-300: #9FC7E9;
--steel-blue-400: #6EA9DE;
--steel-blue-500: #4491D5;
--steel-blue-600: #2A75B7;
--steel-blue-700: #215D91;
--steel-blue-800: #184268;
--steel-blue-900: #0F2B43;
--steel-blue-950: #091B2A;
}