Steel Blue
#4688D2
BlueColor Codes
All color formats for development
HEX
#4688D2RGB
rgb(70, 136, 210)HSL
hsl(212, 61%, 55%)OKLCH
oklch(0.618 0.131 253)CMYK
cmyk(67%, 35%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3179CB
2#2C6CB5
3#265E9E
4#215187
5#1B4371
6#16365A
7#102844
8#0B1B2D
9#050D17
Tints
Lighter variations
1#5994D7
2#6B9FDB
3#7EABE0
4#90B7E4
5#A3C3E9
6#B5CFED
7#C8DBF2
8#DAE7F6
9#EDF3FB
Tones
Muted variations
1#4D88CB
2#5489C4
3#5B89BD
4#6289B6
5#698AAF
6#708AA8
7#778BA1
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 | CADD #CADDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C2 #A1C2E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA2 #6FA2DC | Disabled statesSecondary iconsMuted text |
| 500 | 4688 #4688D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C6C #2C6CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2356 #235690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193D #193D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1027 #102742 | 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: #CADDF2;
--steel-blue-300: #A1C2E8;
--steel-blue-400: #6FA2DC;
--steel-blue-500: #4688D2;
--steel-blue-600: #2C6CB5;
--steel-blue-700: #235690;
--steel-blue-800: #193D67;
--steel-blue-900: #102742;
--steel-blue-950: #0A1829;
}