Steel Blue
#43B8D6
CyanColor Codes
All color formats for development
HEX
#43B8D6RGB
rgb(67, 184, 214)HSL
hsl(192, 64%, 55%)OKLCH
oklch(0.73 0.111 218.3)CMYK
cmyk(69%, 14%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DAFCF
2#289BB8
3#2388A1
4#1E748A
5#196173
6#144E5C
7#0F3A45
8#0A272E
9#051317
Tints
Lighter variations
1#56BFDA
2#68C6DE
3#7BCEE2
4#8ED5E6
5#A1DCEA
6#B4E3EE
7#C7EAF3
8#D9F1F7
9#ECF8FB
Tones
Muted variations
1#4AB4CE
2#51B0C7
3#59ABC0
4#60A7B8
5#68A2B1
6#6F9EAA
7#7699A2
8#7E959B
9#859194
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EB #C9EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDB #9FDBEA | BordersInactive statesPlaceholder text |
| 400 | 6DC8 #6DC8DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B8 #43B8D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 289B #289BB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 207C #207C92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1758 #175869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F38 #0F3843 | Primary textHigh emphasis contentDark headings |
| 950 | 0923 #09232A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFC;
--steel-blue-100: #E2F4F9;
--steel-blue-200: #C9EBF3;
--steel-blue-300: #9FDBEA;
--steel-blue-400: #6DC8DF;
--steel-blue-500: #43B8D6;
--steel-blue-600: #289BB8;
--steel-blue-700: #207C92;
--steel-blue-800: #175869;
--steel-blue-900: #0F3843;
--steel-blue-950: #09232A;
}