Steel Blue
#5385C6
BlueColor Codes
All color formats for development
HEX
#5385C6RGB
rgb(83, 133, 198)HSL
hsl(214, 50%, 55%)OKLCH
oklch(0.61 0.113 255.5)CMYK
cmyk(58%, 33%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F76BD
2#3869A8
3#315C93
4#2A4F7E
5#234169
6#1C3454
7#15273F
8#0E1A2A
9#070D15
Tints
Lighter variations
1#6491CB
2#759DD1
3#87A9D7
4#98B6DD
5#A9C2E2
6#BACEE8
7#CBDAEE
8#DDE7F4
9#EEF3F9
Tones
Muted variations
1#5985C0
2#5E86BA
3#6487B4
4#6A88AF
5#7088A9
6#7589A3
7#7B8A9D
8#818B98
9#878B92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDC #CDDCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C0 #A7C0E2 | BordersInactive statesPlaceholder text |
| 400 | 79A0 #79A0D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5385 #5385C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3869 #3869A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D53 #2D5386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 203B #203B60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1426 #14263D | Primary textHigh emphasis contentDark headings |
| 950 | 0D18 #0D1826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E4ECF6;
--steel-blue-200: #CDDCEE;
--steel-blue-300: #A7C0E2;
--steel-blue-400: #79A0D2;
--steel-blue-500: #5385C6;
--steel-blue-600: #3869A8;
--steel-blue-700: #2D5386;
--steel-blue-800: #203B60;
--steel-blue-900: #14263D;
--steel-blue-950: #0D1826;
}