Steel Blue
#43ACD6
BlueColor Codes
All color formats for development
HEX
#43ACD6RGB
rgb(67, 172, 214)HSL
hsl(197, 64%, 55%)OKLCH
oklch(0.701 0.113 228.3)CMYK
cmyk(69%, 20%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DA1CF
2#288FB8
3#237DA1
4#1E6B8A
5#195A73
6#14485C
7#0F3645
8#0A242E
9#051217
Tints
Lighter variations
1#56B4DA
2#68BDDE
3#7BC5E2
4#8ECDE6
5#A1D6EA
6#B4DEEE
7#C7E6F3
8#D9EEF7
9#ECF7FB
Tones
Muted variations
1#4AA9CE
2#51A6C7
3#59A3C0
4#609FB8
5#689CB1
6#6F99AA
7#7696A2
8#7E939B
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 | C9E7 #C9E7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD5 #9FD5EA | BordersInactive statesPlaceholder text |
| 400 | 6DBF #6DBFDF | Disabled statesSecondary iconsMuted text |
| 500 | 43AC #43ACD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 288F #288FB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2072 #207292 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1751 #175169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F34 #0F3443 | Primary textHigh emphasis contentDark headings |
| 950 | 0921 #09212A | 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: #C9E7F3;
--steel-blue-300: #9FD5EA;
--steel-blue-400: #6DBFDF;
--steel-blue-500: #43ACD6;
--steel-blue-600: #288FB8;
--steel-blue-700: #207292;
--steel-blue-800: #175169;
--steel-blue-900: #0F3443;
--steel-blue-950: #09212A;
}