Steel Blue
#2A7EB7
BlueColor Codes
All color formats for development
HEX
#2A7EB7RGB
rgb(42, 126, 183)HSL
hsl(204, 63%, 44%)OKLCH
oklch(0.57 0.118 243)CMYK
cmyk(77%, 31%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2572A5
2#216592
3#1D5880
4#194C6E
5#153F5B
6#113349
7#0C2637
8#081925
9#040D12
Tints
Lighter variations
1#2F8ECE
2#459BD5
3#5CA8DA
4#73B4DF
5#8BC1E5
6#A2CDEA
7#B9DAEF
8#D0E6F4
9#E8F3FA
Tones
Muted variations
1#317DB0
2#387CA9
3#3F7AA2
4#46799B
5#4D7794
6#54768C
7#5B7485
8#62737E
9#697277
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E2 #C9E2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FCC #9FCCE9 | BordersInactive statesPlaceholder text |
| 400 | 6EB1 #6EB1DE | Disabled statesSecondary iconsMuted text |
| 500 | 449B #449BD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A7E #2A7EB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2164 #216491 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1848 #184868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2E #0F2E43 | Primary textHigh emphasis contentDark headings |
| 950 | 091D #091D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E2EFF8;
--steel-blue-200: #C9E2F3;
--steel-blue-300: #9FCCE9;
--steel-blue-400: #6EB1DE;
--steel-blue-500: #449BD5;
--steel-blue-600: #2A7EB7;
--steel-blue-700: #216491;
--steel-blue-800: #184868;
--steel-blue-900: #0F2E43;
--steel-blue-950: #091D2A;
}