Steel Blue
#4691D2
BlueColor Codes
All color formats for development
HEX
#4691D2RGB
rgb(70, 145, 210)HSL
hsl(208, 61%, 55%)OKLCH
oklch(0.638 0.123 247.3)CMYK
cmyk(67%, 31%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3183CB
2#2C75B5
3#26669E
4#215887
5#1B4971
6#163A5A
7#102C44
8#0B1D2D
9#050F17
Tints
Lighter variations
1#599CD7
2#6BA7DB
3#7EB2E0
4#90BDE4
5#A3C8E9
6#B5D3ED
7#C8DEF2
8#DAE9F6
9#EDF4FB
Tones
Muted variations
1#4D90CB
2#5490C4
3#5B90BD
4#628FB6
5#698FAF
6#708EA8
7#778EA1
8#7E8D9A
9#858D93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADF #CADFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C7 #A1C7E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA9 #6FA9DC | Disabled statesSecondary iconsMuted text |
| 500 | 4691 #4691D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C75 #2C75B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 235D #235D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1942 #194267 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102A #102A42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E2EEF8;
--steel-blue-200: #CADFF2;
--steel-blue-300: #A1C7E8;
--steel-blue-400: #6FA9DC;
--steel-blue-500: #4691D2;
--steel-blue-600: #2C75B5;
--steel-blue-700: #235D90;
--steel-blue-800: #194267;
--steel-blue-900: #102A42;
--steel-blue-950: #0A1B29;
}