Steel Blue
#2862B8
BlueColor Codes
All color formats for development
HEX
#2862B8RGB
rgb(40, 98, 184)HSL
hsl(216, 64%, 44%)OKLCH
oklch(0.506 0.149 258.5)CMYK
cmyk(78%, 47%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2458A6
2#204E93
3#1C4481
4#183B6E
5#14315C
6#10274A
7#0C1D37
8#081425
9#040A12
Tints
Lighter variations
1#2E6ECF
2#447ED6
3#5B8EDB
4#729EE0
5#8AAEE5
6#A1BFEA
7#B9CFF0
8#D0DFF5
9#E8EFFA
Tones
Muted variations
1#3063B1
2#3765AA
3#3E66A2
4#45689B
5#4C6994
6#536A8D
7#5B6C86
8#626D7F
9#696F77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DA #C9DAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FBD #9FBDEA | BordersInactive statesPlaceholder text |
| 400 | 6D9A #6D9ADF | Disabled statesSecondary iconsMuted text |
| 500 | 437E #437ED6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2862 #2862B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 204E #204E92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1738 #173869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F24 #0F2443 | 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: #F2F6FC;
--steel-blue-100: #E2EBF9;
--steel-blue-200: #C9DAF3;
--steel-blue-300: #9FBDEA;
--steel-blue-400: #6D9ADF;
--steel-blue-500: #437ED6;
--steel-blue-600: #2862B8;
--steel-blue-700: #204E92;
--steel-blue-800: #173869;
--steel-blue-900: #0F2443;
--steel-blue-950: #09162A;
}