Steel Blue
#5DA1BB
BlueColor Codes
All color formats for development
HEX
#5DA1BBRGB
rgb(93, 161, 187)HSL
hsl(197, 41%, 55%)OKLCH
oklch(0.674 0.079 224.8)CMYK
cmyk(50%, 14%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A95B2
2#42849E
3#3A748A
4#326377
5#295363
6#21424F
7#19323B
8#112128
9#081114
Tints
Lighter variations
1#6DAAC2
2#7EB4C9
3#8EBDD0
4#9EC6D6
5#AED0DD
6#BED9E4
7#CEE3EB
8#DFECF1
9#EFF6F8
Tones
Muted variations
1#629FB7
2#679DB2
3#6B9BAD
4#7098A8
5#7596A4
6#79949F
7#7E929A
8#839096
9#888E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E4 #D0E4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCF #ACCFDC | BordersInactive statesPlaceholder text |
| 400 | 81B6 #81B6CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DA1 #5DA1BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4284 #42849E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3569 #35697E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264B #264B5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1830 #18303A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FA;
--steel-blue-100: #E6F0F4;
--steel-blue-200: #D0E4EB;
--steel-blue-300: #ACCFDC;
--steel-blue-400: #81B6CA;
--steel-blue-500: #5DA1BB;
--steel-blue-600: #42849E;
--steel-blue-700: #35697E;
--steel-blue-800: #264B5A;
--steel-blue-900: #18303A;
--steel-blue-950: #0F1E24;
}