Steel Blue
#46A1D2
BlueColor Codes
All color formats for development
HEX
#46A1D2RGB
rgb(70, 161, 210)HSL
hsl(201, 61%, 55%)OKLCH
oklch(0.675 0.112 235.5)CMYK
cmyk(67%, 23%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3195CB
2#2C85B5
3#26749E
4#216487
5#1B5371
6#16425A
7#103244
8#0B212D
9#051117
Tints
Lighter variations
1#59ABD7
2#6BB4DB
3#7EBDE0
4#90C7E4
5#A3D0E9
6#B5D9ED
7#C8E3F2
8#DAECF6
9#EDF6FB
Tones
Muted variations
1#4D9FCB
2#549DC4
3#5B9BBD
4#6299B6
5#6997AF
6#7095A8
7#7793A1
8#7E909A
9#858E93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE4 #CAE4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CF #A1CFE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB6 #6FB6DC | Disabled statesSecondary iconsMuted text |
| 500 | 46A1 #46A1D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C85 #2C85B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236A #236A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194B #194B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1030 #103042 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1E #0A1E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E2F0F8;
--steel-blue-200: #CAE4F2;
--steel-blue-300: #A1CFE8;
--steel-blue-400: #6FB6DC;
--steel-blue-500: #46A1D2;
--steel-blue-600: #2C85B5;
--steel-blue-700: #236A90;
--steel-blue-800: #194B67;
--steel-blue-900: #103042;
--steel-blue-950: #0A1E29;
}