Steel Blue
#5FA9B9
CyanColor Codes
All color formats for development
HEX
#5FA9B9RGB
rgb(95, 169, 185)HSL
hsl(191, 39%, 55%)OKLCH
oklch(0.693 0.077 213.3)CMYK
cmyk(49%, 9%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D9DAF
2#448C9C
3#3C7A88
4#336975
5#2B5761
6#22464E
7#1A343A
8#112327
9#091113
Tints
Lighter variations
1#6FB1C0
2#7FBAC7
3#8FC3CE
4#9FCBD5
5#AFD4DC
6#BFDCE3
7#CFE5EA
8#DFEEF1
9#EFF6F8
Tones
Muted variations
1#64A6B5
2#68A3B0
3#6DA0AC
4#719DA7
5#769AA3
6#7A989E
7#7F959A
8#839295
9#888F91
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 | D1E6 #D1E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD3 #ADD3DB | BordersInactive statesPlaceholder text |
| 400 | 83BC #83BCC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA9 #5FA9B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 448C #448C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366F #366F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274F #274F59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1933 #193339 | 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: #D1E6EB;
--steel-blue-300: #ADD3DB;
--steel-blue-400: #83BCC9;
--steel-blue-500: #5FA9B9;
--steel-blue-600: #448C9C;
--steel-blue-700: #366F7C;
--steel-blue-800: #274F59;
--steel-blue-900: #193339;
--steel-blue-950: #102023;
}