Steel Blue
#2A5DB7
BlueColor Codes
All color formats for development
HEX
#2A5DB7RGB
rgb(42, 93, 183)HSL
hsl(218, 63%, 44%)OKLCH
oklch(0.495 0.153 260.8)CMYK
cmyk(77%, 49%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2554A5
2#214B92
3#1D4180
4#19386E
5#152F5B
6#112549
7#0C1C37
8#081325
9#040912
Tints
Lighter variations
1#2F69CE
2#457AD5
3#5C8ADA
4#739BDF
5#8BACE5
6#A2BCEA
7#B9CDEF
8#D0DEF4
9#E8EEFA
Tones
Muted variations
1#315FB0
2#3861A9
3#3F63A2
4#46659B
5#4D6794
6#54698C
7#5B6B85
8#626C7E
9#696E77
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 | C9D8 #C9D8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FBA #9FBAE9 | BordersInactive statesPlaceholder text |
| 400 | 6E97 #6E97DE | Disabled statesSecondary iconsMuted text |
| 500 | 4479 #4479D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A5D #2A5DB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 214A #214A91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1835 #183568 | 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: #F3F6FC;
--steel-blue-100: #E2EAF8;
--steel-blue-200: #C9D8F3;
--steel-blue-300: #9FBAE9;
--steel-blue-400: #6E97DE;
--steel-blue-500: #4479D5;
--steel-blue-600: #2A5DB7;
--steel-blue-700: #214A91;
--steel-blue-800: #183568;
--steel-blue-900: #0F2243;
--steel-blue-950: #09152A;
}