Steel Blue
#4685D2
BlueColor Codes
All color formats for development
HEX
#4685D2RGB
rgb(70, 133, 210)HSL
hsl(213, 61%, 55%)OKLCH
oklch(0.611 0.134 254.7)CMYK
cmyk(67%, 37%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3177CB
2#2C69B5
3#265C9E
4#214F87
5#1B4271
6#16355A
7#102844
8#0B1A2D
9#050D17
Tints
Lighter variations
1#5991D7
2#6B9EDB
3#7EAAE0
4#90B6E4
5#A3C2E9
6#B5CEED
7#C8DAF2
8#DAE7F6
9#EDF3FB
Tones
Muted variations
1#4D86CB
2#5487C4
3#5B87BD
4#6288B6
5#6989AF
6#7089A8
7#778AA1
8#7E8B9A
9#858C93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADC #CADCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C1 #A1C1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA0 #6FA0DC | Disabled statesSecondary iconsMuted text |
| 500 | 4685 #4685D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C69 #2C69B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2354 #235490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193C #193C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1026 #102642 | Primary textHigh emphasis contentDark headings |
| 950 | 0A18 #0A1829 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E2ECF8;
--steel-blue-200: #CADCF2;
--steel-blue-300: #A1C1E8;
--steel-blue-400: #6FA0DC;
--steel-blue-500: #4685D2;
--steel-blue-600: #2C69B5;
--steel-blue-700: #235490;
--steel-blue-800: #193C67;
--steel-blue-900: #102642;
--steel-blue-950: #0A1829;
}