Steel Blue
#2F5DB1
BlueColor Codes
All color formats for development
HEX
#2F5DB1RGB
rgb(47, 93, 177)HSL
hsl(219, 58%, 44%)OKLCH
oklch(0.492 0.143 261.3)CMYK
cmyk(73%, 47%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A53A0
2#264A8E
3#21417C
4#1C386A
5#182E59
6#132547
7#0E1C35
8#091323
9#050912
Tints
Lighter variations
1#3568C8
2#4B79CF
3#618AD5
4#789ADB
5#8EABE1
6#A5BCE7
7#BBCDED
8#D2DDF3
9#E8EEF9
Tones
Muted variations
1#365FAB
2#3C61A4
3#43639E
4#496497
5#506691
6#56688A
7#5D6A84
8#636C7D
9#6A6E77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD8 #CBD8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BA #A2BAE6 | BordersInactive statesPlaceholder text |
| 400 | 7296 #7296DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A78 #4A78CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F5D #2F5DB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 254A #254A8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B35 #1B3565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1122 #112240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B15 #0B1528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3EAF8;
--steel-blue-200: #CBD8F1;
--steel-blue-300: #A2BAE6;
--steel-blue-400: #7296DA;
--steel-blue-500: #4A78CF;
--steel-blue-600: #2F5DB1;
--steel-blue-700: #254A8D;
--steel-blue-800: #1B3565;
--steel-blue-900: #112240;
--steel-blue-950: #0B1528;
}