Steel Blue
#46ABD2
BlueColor Codes
All color formats for development
HEX
#46ABD2RGB
rgb(70, 171, 210)HSL
hsl(197, 61%, 55%)OKLCH
oklch(0.698 0.108 227.1)CMYK
cmyk(67%, 19%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31A0CB
2#2C8EB5
3#267C9E
4#216A87
5#1B5971
6#16475A
7#103544
8#0B232D
9#051217
Tints
Lighter variations
1#59B3D7
2#6BBBDB
3#7EC4E0
4#90CCE4
5#A3D5E9
6#B5DDED
7#C8E6F2
8#DAEEF6
9#EDF7FB
Tones
Muted variations
1#4DA8CB
2#54A5C4
3#5BA1BD
4#629EB6
5#699BAF
6#7098A8
7#7795A1
8#7E929A
9#858F93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE7 #CAE7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D4 #A1D4E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBD #6FBDDC | Disabled statesSecondary iconsMuted text |
| 500 | 46AB #46ABD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C8E #2C8EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2371 #237190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1951 #195167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1034 #103442 | Primary textHigh emphasis contentDark headings |
| 950 | 0A20 #0A2029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E2F2F8;
--steel-blue-200: #CAE7F2;
--steel-blue-300: #A1D4E8;
--steel-blue-400: #6FBDDC;
--steel-blue-500: #46ABD2;
--steel-blue-600: #2C8EB5;
--steel-blue-700: #237190;
--steel-blue-800: #195167;
--steel-blue-900: #103442;
--steel-blue-950: #0A2029;
}