Steel Blue
#448F9C
CyanColor Codes
All color formats for development
HEX
#448F9CRGB
rgb(68, 143, 156)HSL
hsl(189, 39%, 44%)OKLCH
oklch(0.608 0.076 210.3)CMYK
cmyk(56%, 8%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E818C
2#37727D
3#30646D
4#29565E
5#22474E
6#1B393E
7#152B2F
8#0E1D1F
9#070E10
Tints
Lighter variations
1#4DA1B0
2#60ACB9
3#74B6C2
4#88C1CB
5#9CCBD3
6#B0D5DC
7#C3E0E5
8#D7EAEE
9#EBF5F6
Tones
Muted variations
1#498C98
2#4D8993
3#52868F
4#56838A
5#5A8086
6#5F7C82
7#63797D
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 | D1E7 #D1E7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD4 #ADD4DB | BordersInactive statesPlaceholder text |
| 400 | 83BE #83BEC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FAC #5FACB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 448F #448F9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3672 #36727C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2751 #275159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1934 #193439 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | 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: #D1E7EB;
--steel-blue-300: #ADD4DB;
--steel-blue-400: #83BEC9;
--steel-blue-500: #5FACB9;
--steel-blue-600: #448F9C;
--steel-blue-700: #36727C;
--steel-blue-800: #275159;
--steel-blue-900: #193439;
--steel-blue-950: #102023;
}