Steel Blue
#5FAAB9
CyanColor Codes
All color formats for development
HEX
#5FAAB9RGB
rgb(95, 170, 185)HSL
hsl(190, 39%, 55%)OKLCH
oklch(0.695 0.078 212)CMYK
cmyk(49%, 8%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D9FAF
2#448D9C
3#3C7C88
4#336A75
5#2B5861
6#22474E
7#1A353A
8#112327
9#091213
Tints
Lighter variations
1#6FB3C0
2#7FBBC7
3#8FC4CE
4#9FCCD5
5#AFD5DC
6#BFDDE3
7#CFE6EA
8#DFEEF1
9#EFF7F8
Tones
Muted variations
1#64A7B5
2#68A4B0
3#6DA1AC
4#719EA7
5#769BA3
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 | ADD4 #ADD4DB | BordersInactive statesPlaceholder text |
| 400 | 83BD #83BDC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FAA #5FAAB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 448D #448D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3670 #36707C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2750 #275059 | 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: #ADD4DB;
--steel-blue-400: #83BDC9;
--steel-blue-500: #5FAAB9;
--steel-blue-600: #448D9C;
--steel-blue-700: #36707C;
--steel-blue-800: #275059;
--steel-blue-900: #193339;
--steel-blue-950: #102023;
}