Steel Blue
#5685C2
BlueColor Codes
All color formats for development
HEX
#5685C2RGB
rgb(86, 133, 194)HSL
hsl(214, 47%, 55%)OKLCH
oklch(0.61 0.107 255.4)CMYK
cmyk(56%, 31%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4376BA
2#3B69A5
3#345C90
4#2D4F7C
5#254267
6#1E3552
7#16273E
8#0F1A29
9#070D15
Tints
Lighter variations
1#6791C8
2#789DCE
3#89AAD4
4#9AB6DB
5#ABC2E1
6#BCCEE7
7#CCDAED
8#DDE7F3
9#EEF3F9
Tones
Muted variations
1#5C86BD
2#6186B7
3#6687B2
4#6C88AD
5#7189A7
6#7789A2
7#7C8A9C
8#818B97
9#878C92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDC #CEDCED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C1 #A9C1E0 | BordersInactive statesPlaceholder text |
| 400 | 7CA0 #7CA0D0 | Disabled statesSecondary iconsMuted text |
| 500 | 5685 #5685C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B69 #3B69A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F54 #2F5483 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 223C #223C5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1626 #16263C | Primary textHigh emphasis contentDark headings |
| 950 | 0E18 #0E1825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E5ECF6;
--steel-blue-200: #CEDCED;
--steel-blue-300: #A9C1E0;
--steel-blue-400: #7CA0D0;
--steel-blue-500: #5685C2;
--steel-blue-600: #3B69A5;
--steel-blue-700: #2F5483;
--steel-blue-800: #223C5E;
--steel-blue-900: #16263C;
--steel-blue-950: #0E1825;
}