Steel Blue
#43B3D6
CyanColor Codes
All color formats for development
HEX
#43B3D6RGB
rgb(67, 179, 214)HSL
hsl(194, 64%, 55%)OKLCH
oklch(0.718 0.111 222.5)CMYK
cmyk(69%, 16%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DA9CF
2#2896B8
3#2384A1
4#1E718A
5#195E73
6#144B5C
7#0F3845
8#0A262E
9#051317
Tints
Lighter variations
1#56BBDA
2#68C3DE
3#7BCAE2
4#8ED2E6
5#A1D9EA
6#B4E1EE
7#C7E8F3
8#D9F0F7
9#ECF7FB
Tones
Muted variations
1#4AB0CE
2#51ACC7
3#59A8C0
4#60A4B8
5#68A0B1
6#6F9CAA
7#7698A2
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 | C9E9 #C9E9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD8 #9FD8EA | BordersInactive statesPlaceholder text |
| 400 | 6DC4 #6DC4DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B3 #43B3D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2896 #2896B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2078 #207892 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1756 #175669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F37 #0F3743 | 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: #C9E9F3;
--steel-blue-300: #9FD8EA;
--steel-blue-400: #6DC4DF;
--steel-blue-500: #43B3D6;
--steel-blue-600: #2896B8;
--steel-blue-700: #207892;
--steel-blue-800: #175669;
--steel-blue-900: #0F3743;
--steel-blue-950: #09222A;
}