Steel Blue
#47A3D1
BlueColor Codes
All color formats for development
HEX
#47A3D1RGB
rgb(71, 163, 209)HSL
hsl(200, 60%, 55%)OKLCH
oklch(0.679 0.11 233.5)CMYK
cmyk(66%, 22%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3297CA
2#2D87B4
3#27769D
4#226587
5#1C5470
6#16435A
7#113243
8#0B222D
9#061116
Tints
Lighter variations
1#5AACD6
2#6CB6DA
3#7EBFDF
4#91C8E3
5#A3D1E8
6#B6DAED
7#C8E3F1
8#DAEDF6
9#EDF6FA
Tones
Muted variations
1#4EA1CA
2#559FC3
3#5C9CBC
4#639AB6
5#6A98AF
6#7195A8
7#7893A1
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 | CAE4 #CAE4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D0 #A1D0E8 | BordersInactive statesPlaceholder text |
| 400 | 70B8 #70B8DB | Disabled statesSecondary iconsMuted text |
| 500 | 47A3 #47A3D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D87 #2D87B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 246B #246B8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4C #1A4C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1031 #103141 | 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: #CAE4F2;
--steel-blue-300: #A1D0E8;
--steel-blue-400: #70B8DB;
--steel-blue-500: #47A3D1;
--steel-blue-600: #2D87B4;
--steel-blue-700: #246B8F;
--steel-blue-800: #1A4C66;
--steel-blue-900: #103141;
--steel-blue-950: #0A1F29;
}