Steel Blue
#43C0D6
CyanColor Codes
All color formats for development
HEX
#43C0D6RGB
rgb(67, 192, 214)HSL
hsl(189, 64%, 55%)OKLCH
oklch(0.749 0.112 211.6)CMYK
cmyk(69%, 10%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DB7CF
2#28A2B8
3#238EA1
4#1E7A8A
5#196673
6#14515C
7#0F3D45
8#0A292E
9#051417
Tints
Lighter variations
1#56C6DA
2#68CCDE
3#7BD3E2
4#8ED9E6
5#A1DFEA
6#B4E6EE
7#C7ECF3
8#D9F2F7
9#ECF9FB
Tones
Muted variations
1#4ABBCE
2#51B5C7
3#59B0C0
4#60ABB8
5#68A6B1
6#6FA1AA
7#769CA2
8#7E979B
9#859194
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9ED #C9EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDF #9FDFEA | BordersInactive statesPlaceholder text |
| 400 | 6DCE #6DCEDF | Disabled statesSecondary iconsMuted text |
| 500 | 43C0 #43C0D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28A2 #28A2B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2081 #208192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175C #175C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3B #0F3B43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFC;
--steel-blue-100: #E2F5F9;
--steel-blue-200: #C9EDF3;
--steel-blue-300: #9FDFEA;
--steel-blue-400: #6DCEDF;
--steel-blue-500: #43C0D6;
--steel-blue-600: #28A2B8;
--steel-blue-700: #208192;
--steel-blue-800: #175C69;
--steel-blue-900: #0F3B43;
--steel-blue-950: #09252A;
}