Steel Blue
#43B1D6
BlueColor Codes
All color formats for development
HEX
#43B1D6RGB
rgb(67, 177, 214)HSL
hsl(195, 64%, 55%)OKLCH
oklch(0.713 0.112 224.2)CMYK
cmyk(69%, 17%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DA7CF
2#2894B8
3#2382A1
4#1E6F8A
5#195D73
6#144A5C
7#0F3845
8#0A252E
9#051317
Tints
Lighter variations
1#56B9DA
2#68C1DE
3#7BC8E2
4#8ED0E6
5#A1D8EA
6#B4E0EE
7#C7E8F3
8#D9EFF7
9#ECF7FB
Tones
Muted variations
1#4AADCE
2#51AAC7
3#59A6C0
4#60A2B8
5#689FB1
6#6F9BAA
7#7697A2
8#7E949B
9#859094
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E8 #C9E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD7 #9FD7EA | BordersInactive statesPlaceholder text |
| 400 | 6DC2 #6DC2DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B1 #43B1D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2894 #2894B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2076 #207692 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1754 #175469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F36 #0F3643 | Primary textHigh emphasis contentDark headings |
| 950 | 0922 #09222A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFC;
--steel-blue-100: #E2F3F9;
--steel-blue-200: #C9E8F3;
--steel-blue-300: #9FD7EA;
--steel-blue-400: #6DC2DF;
--steel-blue-500: #43B1D6;
--steel-blue-600: #2894B8;
--steel-blue-700: #207692;
--steel-blue-800: #175469;
--steel-blue-900: #0F3643;
--steel-blue-950: #09222A;
}