Steel Blue
#5D9EBB
BlueColor Codes
All color formats for development
HEX
#5D9EBBRGB
rgb(93, 158, 187)HSL
hsl(199, 41%, 55%)OKLCH
oklch(0.667 0.079 228.5)CMYK
cmyk(50%, 16%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A91B2
2#42819E
3#3A718A
4#326177
5#295163
6#21414F
7#19303B
8#112028
9#081014
Tints
Lighter variations
1#6DA7C2
2#7EB1C9
3#8EBBD0
4#9EC5D6
5#AECEDD
6#BED8E4
7#CEE2EB
8#DFECF1
9#EFF5F8
Tones
Muted variations
1#629CB7
2#679AB2
3#6B98AD
4#7097A8
5#7595A4
6#79939F
7#7E919A
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 | D0E3 #D0E3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCD #ACCDDC | BordersInactive statesPlaceholder text |
| 400 | 81B3 #81B3CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D9E #5D9EBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4281 #42819E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3567 #35677E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2649 #26495A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182F #182F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | 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: #D0E3EB;
--steel-blue-300: #ACCDDC;
--steel-blue-400: #81B3CA;
--steel-blue-500: #5D9EBB;
--steel-blue-600: #42819E;
--steel-blue-700: #35677E;
--steel-blue-800: #26495A;
--steel-blue-900: #182F3A;
--steel-blue-950: #0F1D24;
}