Steel Blue
#5DA7BB
CyanColor Codes
All color formats for development
HEX
#5DA7BBRGB
rgb(93, 167, 187)HSL
hsl(193, 41%, 55%)OKLCH
oklch(0.688 0.079 217.4)CMYK
cmyk(50%, 11%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A9CB2
2#428A9E
3#3A798A
4#326877
5#295663
6#21454F
7#19343B
8#112328
9#081114
Tints
Lighter variations
1#6DB0C2
2#7EB9C9
3#8EC1D0
4#9ECAD6
5#AED3DD
6#BEDCE4
7#CEE5EB
8#DFEDF1
9#EFF6F8
Tones
Muted variations
1#62A4B7
2#67A2B2
3#6B9FAD
4#709CA8
5#759AA4
6#79979F
7#7E949A
8#839296
9#888F91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E6 #D0E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD2 #ACD2DC | BordersInactive statesPlaceholder text |
| 400 | 81BA #81BACA | Disabled statesSecondary iconsMuted text |
| 500 | 5DA7 #5DA7BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 428A #428A9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 356E #356E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264F #264F5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1832 #18323A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FA;
--steel-blue-100: #E6F1F4;
--steel-blue-200: #D0E6EB;
--steel-blue-300: #ACD2DC;
--steel-blue-400: #81BACA;
--steel-blue-500: #5DA7BB;
--steel-blue-600: #428A9E;
--steel-blue-700: #356E7E;
--steel-blue-800: #264F5A;
--steel-blue-900: #18323A;
--steel-blue-950: #0F1F24;
}