Steel Blue
#43A2D6
BlueColor Codes
All color formats for development
HEX
#43A2D6RGB
rgb(67, 162, 214)HSL
hsl(201, 64%, 55%)OKLCH
oklch(0.678 0.117 236.2)CMYK
cmyk(69%, 24%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D96CF
2#2886B8
3#2375A1
4#1E648A
5#195473
6#14435C
7#0F3245
8#0A212E
9#051117
Tints
Lighter variations
1#56ACDA
2#68B5DE
3#7BBEE2
4#8EC7E6
5#A1D1EA
6#B4DAEE
7#C7E3F3
8#D9ECF7
9#ECF6FB
Tones
Muted variations
1#4AA0CE
2#519EC7
3#599CC0
4#6099B8
5#6897B1
6#6F95AA
7#7693A2
8#7E919B
9#858E94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E4 #C9E4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD0 #9FD0EA | BordersInactive statesPlaceholder text |
| 400 | 6DB7 #6DB7DF | Disabled statesSecondary iconsMuted text |
| 500 | 43A2 #43A2D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2886 #2886B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 206A #206A92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 174C #174C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F31 #0F3143 | Primary textHigh emphasis contentDark headings |
| 950 | 091E #091E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FC;
--steel-blue-100: #E2F1F9;
--steel-blue-200: #C9E4F3;
--steel-blue-300: #9FD0EA;
--steel-blue-400: #6DB7DF;
--steel-blue-500: #43A2D6;
--steel-blue-600: #2886B8;
--steel-blue-700: #206A92;
--steel-blue-800: #174C69;
--steel-blue-900: #0F3143;
--steel-blue-950: #091E2A;
}