Steel Blue
#2569BB
BlueColor Codes
All color formats for development
HEX
#2569BBRGB
rgb(37, 105, 187)HSL
hsl(213, 67%, 44%)OKLCH
oklch(0.523 0.146 255.5)CMYK
cmyk(80%, 44%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#215EA9
2#1E5496
3#1A4983
4#163F70
5#13345E
6#0F2A4B
7#0B1F38
8#071525
9#040A13
Tints
Lighter variations
1#2A76D3
2#4085D9
3#5894DE
4#70A4E3
5#88B3E7
6#A0C2EC
7#B7D1F1
8#CFE1F6
9#E7F0FA
Tones
Muted variations
1#2D69B4
2#346AAC
3#3C6BA5
4#436C9D
5#4B6C96
6#526D8E
7#5A6E87
8#616F7F
9#696F78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DC #C8DCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DC0 #9DC0EC | BordersInactive statesPlaceholder text |
| 400 | 6AA0 #6AA0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F85 #3F85D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2569 #2569BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D53 #1D5395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 153B #153B6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D26 #0D2644 | Primary textHigh emphasis contentDark headings |
| 950 | 0818 #08182B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F7FC;
--steel-blue-100: #E1ECF9;
--steel-blue-200: #C8DCF4;
--steel-blue-300: #9DC0EC;
--steel-blue-400: #6AA0E2;
--steel-blue-500: #3F85D9;
--steel-blue-600: #2569BB;
--steel-blue-700: #1D5395;
--steel-blue-800: #153B6A;
--steel-blue-900: #0D2644;
--steel-blue-950: #08182B;
}