Steel Blue
#4683D2
BlueColor Codes
All color formats for development
HEX
#4683D2RGB
rgb(70, 131, 210)HSL
hsl(214, 61%, 55%)OKLCH
oklch(0.607 0.136 255.8)CMYK
cmyk(67%, 38%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3174CB
2#2C67B5
3#265A9E
4#214D87
5#1B4071
6#16345A
7#102744
8#0B1A2D
9#050D17
Tints
Lighter variations
1#598FD7
2#6B9CDB
3#7EA8E0
4#90B5E4
5#A3C1E9
6#B5CDED
7#C8DAF2
8#DAE6F6
9#EDF3FB
Tones
Muted variations
1#4D84CB
2#5485C4
3#5B86BD
4#6287B6
5#6988AF
6#7089A8
7#7789A1
8#7E8A9A
9#858B93
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 | CADB #CADBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C0 #A1C0E8 | BordersInactive statesPlaceholder text |
| 400 | 6F9E #6F9EDC | Disabled statesSecondary iconsMuted text |
| 500 | 4683 #4683D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C67 #2C67B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2352 #235290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193B #193B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1025 #102542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A17 #0A1729 | 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: #CADBF2;
--steel-blue-300: #A1C0E8;
--steel-blue-400: #6F9EDC;
--steel-blue-500: #4683D2;
--steel-blue-600: #2C67B5;
--steel-blue-700: #235290;
--steel-blue-800: #193B67;
--steel-blue-900: #102542;
--steel-blue-950: #0A1729;
}