Steel Blue
#286EB8
BlueColor Codes
All color formats for development
HEX
#286EB8RGB
rgb(40, 110, 184)HSL
hsl(211, 64%, 44%)OKLCH
oklch(0.533 0.135 252.9)CMYK
cmyk(78%, 40%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2463A6
2#205893
3#1C4D81
4#18426E
5#14375C
6#102C4A
7#0C2137
8#081625
9#040B12
Tints
Lighter variations
1#2E7CCF
2#448AD6
3#5B99DB
4#72A7E0
5#8AB6E5
6#A1C5EA
7#B9D3F0
8#D0E2F5
9#E8F0FA
Tones
Muted variations
1#306EB1
2#376EAA
3#3E6FA2
4#456F9B
5#4C6F94
6#536F8D
7#5B6F86
8#62707F
9#697077
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DD #C9DDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC3 #9FC3EA | BordersInactive statesPlaceholder text |
| 400 | 6DA4 #6DA4DF | Disabled statesSecondary iconsMuted text |
| 500 | 438A #438AD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 286E #286EB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2057 #205792 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 173E #173E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F28 #0F2843 | Primary textHigh emphasis contentDark headings |
| 950 | 0919 #09192A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F7FC;
--steel-blue-100: #E2EDF9;
--steel-blue-200: #C9DDF3;
--steel-blue-300: #9FC3EA;
--steel-blue-400: #6DA4DF;
--steel-blue-500: #438AD6;
--steel-blue-600: #286EB8;
--steel-blue-700: #205792;
--steel-blue-800: #173E69;
--steel-blue-900: #0F2843;
--steel-blue-950: #09192A;
}