Steel Blue
#43AAD6
BlueColor Codes
All color formats for development
HEX
#43AAD6RGB
rgb(67, 170, 214)HSL
hsl(198, 64%, 55%)OKLCH
oklch(0.697 0.113 229.9)CMYK
cmyk(69%, 21%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D9FCF
2#288DB8
3#237BA1
4#1E6A8A
5#195873
6#14465C
7#0F3545
8#0A232E
9#051217
Tints
Lighter variations
1#56B2DA
2#68BBDE
3#7BC3E2
4#8ECCE6
5#A1D4EA
6#B4DDEE
7#C7E5F3
8#D9EEF7
9#ECF6FB
Tones
Muted variations
1#4AA7CE
2#51A4C7
3#59A1C0
4#609EB8
5#689BB1
6#6F98AA
7#7695A2
8#7E929B
9#858F94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E6 #C9E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD3 #9FD3EA | BordersInactive statesPlaceholder text |
| 400 | 6DBD #6DBDDF | Disabled statesSecondary iconsMuted text |
| 500 | 43AA #43AAD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 288D #288DB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2070 #207092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1750 #175069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F33 #0F3343 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FC;
--steel-blue-100: #E2F2F9;
--steel-blue-200: #C9E6F3;
--steel-blue-300: #9FD3EA;
--steel-blue-400: #6DBDDF;
--steel-blue-500: #43AAD6;
--steel-blue-600: #288DB8;
--steel-blue-700: #207092;
--steel-blue-800: #175069;
--steel-blue-900: #0F3343;
--steel-blue-950: #09202A;
}