Steel Blue
#43AFD6
BlueColor Codes
All color formats for development
HEX
#43AFD6RGB
rgb(67, 175, 214)HSL
hsl(196, 64%, 55%)OKLCH
oklch(0.708 0.112 225.8)CMYK
cmyk(69%, 18%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DA4CF
2#2892B8
3#237FA1
4#1E6D8A
5#195B73
6#14495C
7#0F3745
8#0A242E
9#051217
Tints
Lighter variations
1#56B7DA
2#68BFDE
3#7BC7E2
4#8ECFE6
5#A1D7EA
6#B4DFEE
7#C7E7F3
8#D9EFF7
9#ECF7FB
Tones
Muted variations
1#4AABCE
2#51A8C7
3#59A4C0
4#60A1B8
5#689DB1
6#6F9AAA
7#7697A2
8#7E939B
9#859094
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E8 #C9E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD6 #9FD6EA | BordersInactive statesPlaceholder text |
| 400 | 6DC0 #6DC0DF | Disabled statesSecondary iconsMuted text |
| 500 | 43AF #43AFD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2892 #2892B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2074 #207492 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1753 #175369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F35 #0F3543 | 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: #F2FAFC;
--steel-blue-100: #E2F2F9;
--steel-blue-200: #C9E8F3;
--steel-blue-300: #9FD6EA;
--steel-blue-400: #6DC0DF;
--steel-blue-500: #43AFD6;
--steel-blue-600: #2892B8;
--steel-blue-700: #207492;
--steel-blue-800: #175369;
--steel-blue-900: #0F3543;
--steel-blue-950: #09212A;
}