Steel Blue
#2A6EB7
BlueColor Codes
All color formats for development
HEX
#2A6EB7RGB
rgb(42, 110, 183)HSL
hsl(211, 63%, 44%)OKLCH
oklch(0.533 0.133 253)CMYK
cmyk(77%, 40%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2563A5
2#215892
3#1D4D80
4#19426E
5#15375B
6#112C49
7#0C2137
8#081625
9#040B12
Tints
Lighter variations
1#2F7CCE
2#458AD5
3#5C99DA
4#73A8DF
5#8BB6E5
6#A2C5EA
7#B9D3EF
8#D0E2F4
9#E8F0FA
Tones
Muted variations
1#316EB0
2#386EA9
3#3F6FA2
4#466F9B
5#4D6F94
6#546F8C
7#5B6F85
8#62707E
9#697077
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DD #C9DDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC3 #9FC3E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA4 #6EA4DE | Disabled statesSecondary iconsMuted text |
| 500 | 448A #448AD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A6E #2A6EB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2157 #215791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 183E #183E68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F28 #0F2843 | Primary textHigh emphasis contentDark headings |
| 950 | 0919 #09192A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E2EDF8;
--steel-blue-200: #C9DDF3;
--steel-blue-300: #9FC3E9;
--steel-blue-400: #6EA4DE;
--steel-blue-500: #448AD5;
--steel-blue-600: #2A6EB7;
--steel-blue-700: #215791;
--steel-blue-800: #183E68;
--steel-blue-900: #0F2843;
--steel-blue-950: #09192A;
}