Steel Blue
#7F94CC
BlueColor Codes
All color formats for development
HEX
#7F94CCRGB
rgb(127, 148, 204)HSL
hsl(224, 43%, 65%)OKLCH
oklch(0.672 0.087 268.2)CMYK
cmyk(38%, 27%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6880C3
2#506CB9
3#425DA6
4#394F8E
5#2F4277
6#26355F
7#1C2847
8#131A2F
9#090D18
Tints
Lighter variations
1#8C9FD1
2#99A9D6
3#A6B4DB
4#B2BFE0
5#BFC9E6
6#CCD4EB
7#D9DFF0
8#E5EAF5
9#F2F4FA
Tones
Muted variations
1#8396C8
2#8797C4
3#8B99C1
4#8F9BBD
5#939DB9
6#969FB5
7#9AA0B1
8#9EA2AD
9#A2A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D7 #D0D7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB9 #ABB9DE | BordersInactive statesPlaceholder text |
| 400 | 7F94 #7F94CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B75 #5B75BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 405A #405AA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3347 #334780 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2433 #24335B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1721 #17213A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5EAF5;
--steel-blue-200: #D0D7EC;
--steel-blue-300: #ABB9DE;
--steel-blue-400: #7F94CC;
--steel-blue-500: #5B75BE;
--steel-blue-600: #405AA0;
--steel-blue-700: #334780;
--steel-blue-800: #24335B;
--steel-blue-900: #17213A;
--steel-blue-950: #0F1424;
}