Steel Blue
#47AAD1
BlueColor Codes
All color formats for development
HEX
#47AAD1RGB
rgb(71, 170, 209)HSL
hsl(197, 60%, 55%)OKLCH
oklch(0.696 0.107 227.5)CMYK
cmyk(66%, 19%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#329FCA
2#2D8DB4
3#277C9D
4#226A87
5#1C5870
6#16475A
7#113543
8#0B232D
9#061216
Tints
Lighter variations
1#5AB3D6
2#6CBBDA
3#7EC4DF
4#91CCE3
5#A3D5E8
6#B6DDED
7#C8E6F1
8#DAEEF6
9#EDF7FA
Tones
Muted variations
1#4EA7CA
2#55A4C3
3#5CA1BC
4#639EB6
5#6A9BAF
6#7198A8
7#7895A1
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 | CAE6 #CAE6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D4 #A1D4E8 | BordersInactive statesPlaceholder text |
| 400 | 70BD #70BDDB | Disabled statesSecondary iconsMuted text |
| 500 | 47AA #47AAD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D8D #2D8DB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2470 #24708F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A50 #1A5066 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1033 #103341 | 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: #CAE6F2;
--steel-blue-300: #A1D4E8;
--steel-blue-400: #70BDDB;
--steel-blue-500: #47AAD1;
--steel-blue-600: #2D8DB4;
--steel-blue-700: #24708F;
--steel-blue-800: #1A5066;
--steel-blue-900: #103341;
--steel-blue-950: #0A2029;
}