Steel Blue
#428D9E
CyanColor Codes
All color formats for development
HEX
#428D9ERGB
rgb(66, 141, 158)HSL
hsl(191, 41%, 44%)OKLCH
oklch(0.603 0.078 214.7)CMYK
cmyk(58%, 11%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C7F8E
2#35717F
3#2E636F
4#28555F
5#21474F
6#1A393F
7#142A2F
8#0D1C20
9#070E10
Tints
Lighter variations
1#4B9FB2
2#5EAABC
3#72B5C4
4#86C0CC
5#9ACAD5
6#AED5DD
7#C3DFE6
8#D7EAEE
9#EBF4F7
Tones
Muted variations
1#478A9A
2#4B8895
3#508590
4#55828C
5#597F87
6#5E7C83
7#62797E
8#677679
9#6C7375
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E6 #D0E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD4 #ACD4DC | BordersInactive statesPlaceholder text |
| 400 | 81BD #81BDCA | Disabled statesSecondary iconsMuted text |
| 500 | 5DAA #5DAABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 428D #428D9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3570 #35707E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2650 #26505A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1833 #18333A | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FA;
--steel-blue-100: #E6F2F4;
--steel-blue-200: #D0E6EB;
--steel-blue-300: #ACD4DC;
--steel-blue-400: #81BDCA;
--steel-blue-500: #5DAABB;
--steel-blue-600: #428D9E;
--steel-blue-700: #35707E;
--steel-blue-800: #26505A;
--steel-blue-900: #18333A;
--steel-blue-950: #0F2024;
}