Steel Blue
#4698D2
BlueColor Codes
All color formats for development
HEX
#4698D2RGB
rgb(70, 152, 210)HSL
hsl(205, 61%, 55%)OKLCH
oklch(0.654 0.118 242.4)CMYK
cmyk(67%, 28%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#318BCB
2#2C7CB5
3#266C9E
4#215D87
5#1B4D71
6#163E5A
7#102E44
8#0B1F2D
9#050F17
Tints
Lighter variations
1#59A2D7
2#6BADDB
3#7EB7E0
4#90C1E4
5#A3CBE9
6#B5D6ED
7#C8E0F2
8#DAEAF6
9#EDF5FB
Tones
Muted variations
1#4D97CB
2#5496C4
3#5B94BD
4#6293B6
5#6992AF
6#7091A8
7#7790A1
8#7E8F9A
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 | A1CA #A1CAE8 | BordersInactive statesPlaceholder text |
| 400 | 6FAF #6FAFDC | Disabled statesSecondary iconsMuted text |
| 500 | 4698 #4698D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C7C #2C7CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2362 #236290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1946 #194667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102D #102D42 | 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: #A1CAE8;
--steel-blue-400: #6FAFDC;
--steel-blue-500: #4698D2;
--steel-blue-600: #2C7CB5;
--steel-blue-700: #236290;
--steel-blue-800: #194667;
--steel-blue-900: #102D42;
--steel-blue-950: #0A1C29;
}