Steel Blue
#46A6D2
BlueColor Codes
All color formats for development
HEX
#46A6D2RGB
rgb(70, 166, 210)HSL
hsl(199, 61%, 55%)OKLCH
oklch(0.686 0.11 231.3)CMYK
cmyk(67%, 21%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#319ACB
2#2C89B5
3#26789E
4#216787
5#1B5671
6#16455A
7#103344
8#0B222D
9#051117
Tints
Lighter variations
1#59AFD7
2#6BB8DB
3#7EC1E0
4#90CAE4
5#A3D2E9
6#B5DBED
7#C8E4F2
8#DAEDF6
9#EDF6FB
Tones
Muted variations
1#4DA3CB
2#54A1C4
3#5B9EBD
4#629CB6
5#6999AF
6#7097A8
7#7794A1
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 | A1D1 #A1D1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBA #6FBADC | Disabled statesSecondary iconsMuted text |
| 500 | 46A6 #46A6D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C89 #2C89B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236D #236D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194E #194E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1032 #103242 | 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: #A1D1E8;
--steel-blue-400: #6FBADC;
--steel-blue-500: #46A6D2;
--steel-blue-600: #2C89B5;
--steel-blue-700: #236D90;
--steel-blue-800: #194E67;
--steel-blue-900: #103242;
--steel-blue-950: #0A1F29;
}