Steel Blue
#5DA8BB
CyanColor Codes
All color formats for development
HEX
#5DA8BBRGB
rgb(93, 168, 187)HSL
hsl(192, 41%, 55%)OKLCH
oklch(0.69 0.079 216.1)CMYK
cmyk(50%, 10%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A9DB2
2#428C9E
3#3A7A8A
4#326977
5#295763
6#21464F
7#19343B
8#112328
9#081114
Tints
Lighter variations
1#6DB1C2
2#7EBAC9
3#8EC2D0
4#9ECBD6
5#AED4DD
6#BEDCE4
7#CEE5EB
8#DFEEF1
9#EFF6F8
Tones
Muted variations
1#62A6B7
2#67A3B2
3#6BA0AD
4#709DA8
5#759AA4
6#79989F
7#7E959A
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 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E6 #D0E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD3 #ACD3DC | BordersInactive statesPlaceholder text |
| 400 | 81BC #81BCCA | Disabled statesSecondary iconsMuted text |
| 500 | 5DA8 #5DA8BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 428C #428C9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 356F #356F7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264F #264F5A | 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: #ACD3DC;
--steel-blue-400: #81BCCA;
--steel-blue-500: #5DA8BB;
--steel-blue-600: #428C9E;
--steel-blue-700: #356F7E;
--steel-blue-800: #264F5A;
--steel-blue-900: #18333A;
--steel-blue-950: #0F2024;
}