Steel Blue
#485F99
BlueColor Codes
All color formats for development
HEX
#485F99RGB
rgb(72, 95, 153)HSL
hsl(223, 36%, 44%)OKLCH
oklch(0.494 0.097 266.5)CMYK
cmyk(53%, 38%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415589
2#394C7A
3#32426B
4#2B395C
5#242F4C
6#1D263D
7#161C2E
8#0E131F
9#07090F
Tints
Lighter variations
1#516BAC
2#647BB6
3#778BBF
4#8A9CC8
5#9EACD1
6#B1BDDA
7#C5CDE4
8#D8DEED
9#ECEEF6
Tones
Muted variations
1#4C6095
2#506291
3#54648C
4#586688
5#5C6784
6#606980
7#646B7C
8#686D78
9#6C6E74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D9 #D2D9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBB #AFBBD9 | BordersInactive statesPlaceholder text |
| 400 | 8698 #8698C6 | Disabled statesSecondary iconsMuted text |
| 500 | 637A #637AB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485F #485F99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 394B #394B79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2936 #293657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A22 #1A2237 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7EAF4;
--steel-blue-200: #D2D9EA;
--steel-blue-300: #AFBBD9;
--steel-blue-400: #8698C6;
--steel-blue-500: #637AB6;
--steel-blue-600: #485F99;
--steel-blue-700: #394B79;
--steel-blue-800: #293657;
--steel-blue-900: #1A2237;
--steel-blue-950: #101623;
}