Steel Blue
#43A5D6
BlueColor Codes
All color formats for development
HEX
#43A5D6RGB
rgb(67, 165, 214)HSL
hsl(200, 64%, 55%)OKLCH
oklch(0.685 0.115 233.9)CMYK
cmyk(69%, 23%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D99CF
2#2888B8
3#2377A1
4#1E668A
5#195573
6#14445C
7#0F3345
8#0A222E
9#051117
Tints
Lighter variations
1#56AEDA
2#68B7DE
3#7BC0E2
4#8EC9E6
5#A1D2EA
6#B4DBEE
7#C7E4F3
8#D9EDF7
9#ECF6FB
Tones
Muted variations
1#4AA2CE
2#51A0C7
3#599DC0
4#609BB8
5#6898B1
6#6F96AA
7#7694A2
8#7E919B
9#858F94
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 | C9E5 #C9E5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD1 #9FD1EA | BordersInactive statesPlaceholder text |
| 400 | 6DB9 #6DB9DF | Disabled statesSecondary iconsMuted text |
| 500 | 43A5 #43A5D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2888 #2888B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 206C #206C92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 174D #174D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F32 #0F3243 | Primary textHigh emphasis contentDark headings |
| 950 | 091F #091F2A | 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: #C9E5F3;
--steel-blue-300: #9FD1EA;
--steel-blue-400: #6DB9DF;
--steel-blue-500: #43A5D6;
--steel-blue-600: #2888B8;
--steel-blue-700: #206C92;
--steel-blue-800: #174D69;
--steel-blue-900: #0F3243;
--steel-blue-950: #091F2A;
}