Steel Blue
#449BD5
BlueColor Codes
All color formats for development
HEX
#449BD5RGB
rgb(68, 155, 213)HSL
hsl(204, 63%, 55%)OKLCH
oklch(0.662 0.12 241.2)CMYK
cmyk(68%, 27%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F8ECE
2#2A7EB7
3#246FA0
4#1F5F89
5#1A4F72
6#153F5B
7#102F45
8#0A202E
9#051017
Tints
Lighter variations
1#57A5D9
2#69AFDD
3#7CB9E1
4#8FC3E6
5#A1CDEA
6#B4D7EE
7#C7E1F2
8#DAEBF7
9#ECF5FB
Tones
Muted variations
1#4B99CD
2#5298C6
3#5A96BF
4#6195B8
5#6893B0
6#6F92A9
7#7791A2
8#7E8F9B
9#858E93
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;
}