Steel Blue
#2A60B7
BlueColor Codes
All color formats for development
HEX
#2A60B7RGB
rgb(42, 96, 183)HSL
hsl(217, 63%, 44%)OKLCH
oklch(0.501 0.149 259.6)CMYK
cmyk(77%, 48%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2556A5
2#214D92
3#1D4380
4#19396E
5#15305B
6#112649
7#0C1D37
8#081325
9#040A12
Tints
Lighter variations
1#2F6CCE
2#457CD5
3#5C8CDA
4#739DDF
5#8BADE5
6#A2BDEA
7#B9CEEF
8#D0DEF4
9#E8EFFA
Tones
Muted variations
1#3161B0
2#3863A9
3#3F65A2
4#46669B
5#4D6894
6#546A8C
7#5B6B85
8#626D7E
9#696F77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D9 #C9D9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FBC #9FBCE9 | BordersInactive statesPlaceholder text |
| 400 | 6E99 #6E99DE | Disabled statesSecondary iconsMuted text |
| 500 | 447B #447BD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A60 #2A60B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 214C #214C91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1836 #183668 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F23 #0F2343 | Primary textHigh emphasis contentDark headings |
| 950 | 0916 #09162A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E2EBF8;
--steel-blue-200: #C9D9F3;
--steel-blue-300: #9FBCE9;
--steel-blue-400: #6E99DE;
--steel-blue-500: #447BD5;
--steel-blue-600: #2A60B7;
--steel-blue-700: #214C91;
--steel-blue-800: #183668;
--steel-blue-900: #0F2343;
--steel-blue-950: #09162A;
}