Steel Blue
#46A4D2
BlueColor Codes
All color formats for development
HEX
#46A4D2RGB
rgb(70, 164, 210)HSL
hsl(200, 61%, 55%)OKLCH
oklch(0.682 0.111 233)CMYK
cmyk(67%, 22%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3198CB
2#2C87B5
3#26769E
4#216587
5#1B5471
6#16445A
7#103344
8#0B222D
9#051117
Tints
Lighter variations
1#59ADD7
2#6BB6DB
3#7EBFE0
4#90C8E4
5#A3D1E9
6#B5DAED
7#C8E4F2
8#DAEDF6
9#EDF6FB
Tones
Muted variations
1#4DA1CB
2#549FC4
3#5B9DBD
4#629AB6
5#6998AF
6#7096A8
7#7793A1
8#7E919A
9#858F93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE5 #CAE5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D0 #A1D0E8 | BordersInactive statesPlaceholder text |
| 400 | 6FB8 #6FB8DC | Disabled statesSecondary iconsMuted text |
| 500 | 46A4 #46A4D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C87 #2C87B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236B #236B90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194D #194D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1031 #103142 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1F #0A1F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E2F1F8;
--steel-blue-200: #CAE5F2;
--steel-blue-300: #A1D0E8;
--steel-blue-400: #6FB8DC;
--steel-blue-500: #46A4D2;
--steel-blue-600: #2C87B5;
--steel-blue-700: #236B90;
--steel-blue-800: #194D67;
--steel-blue-900: #103142;
--steel-blue-950: #0A1F29;
}