Steel Blue
#4696D2
BlueColor Codes
All color formats for development
HEX
#4696D2RGB
rgb(70, 150, 210)HSL
hsl(206, 61%, 55%)OKLCH
oklch(0.649 0.119 243.9)CMYK
cmyk(67%, 29%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3188CB
2#2C79B5
3#266A9E
4#215B87
5#1B4C71
6#163D5A
7#102D44
8#0B1E2D
9#050F17
Tints
Lighter variations
1#59A0D7
2#6BABDB
3#7EB5E0
4#90C0E4
5#A3CAE9
6#B5D5ED
7#C8DFF2
8#DAEAF6
9#EDF4FB
Tones
Muted variations
1#4D95CB
2#5494C4
3#5B93BD
4#6292B6
5#6991AF
6#7090A8
7#778FA1
8#7E8E9A
9#858D93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE1 #CAE1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C9 #A1C9E8 | BordersInactive statesPlaceholder text |
| 400 | 6FAD #6FADDC | Disabled statesSecondary iconsMuted text |
| 500 | 4696 #4696D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C79 #2C79B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2361 #236190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1945 #194567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102C #102C42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1C #0A1C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E2EFF8;
--steel-blue-200: #CAE1F2;
--steel-blue-300: #A1C9E8;
--steel-blue-400: #6FADDC;
--steel-blue-500: #4696D2;
--steel-blue-600: #2C79B5;
--steel-blue-700: #236190;
--steel-blue-800: #194567;
--steel-blue-900: #102C42;
--steel-blue-950: #0A1C29;
}