Steel Blue
#4F84C9
BlueColor Codes
All color formats for development
HEX
#4F84C9RGB
rgb(79, 132, 201)HSL
hsl(214, 53%, 55%)OKLCH
oklch(0.608 0.12 255.7)CMYK
cmyk(61%, 34%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B75C1
2#3568AC
3#2E5B96
4#284E81
5#21416B
6#1A3456
7#142740
8#0D1A2B
9#070D15
Tints
Lighter variations
1#6190CE
2#739DD4
3#84A9D9
4#96B5DF
5#A7C2E4
6#B9CEE9
7#CADAEF
8#DCE6F4
9#EDF3FA
Tones
Muted variations
1#5685C3
2#5C86BD
3#6287B7
4#6887B1
5#6E88AB
6#7489A5
7#7A8A9E
8#808B98
9#868B92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDC #CCDCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C0 #A5C0E3 | BordersInactive statesPlaceholder text |
| 400 | 769F #769FD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F84 #4F84C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3568 #3568AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A53 #2A5389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E3B #1E3B62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1326 #13263E | Primary textHigh emphasis contentDark headings |
| 950 | 0C18 #0C1827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FB;
--steel-blue-100: #E4ECF7;
--steel-blue-200: #CCDCEF;
--steel-blue-300: #A5C0E3;
--steel-blue-400: #769FD5;
--steel-blue-500: #4F84C9;
--steel-blue-600: #3568AC;
--steel-blue-700: #2A5389;
--steel-blue-800: #1E3B62;
--steel-blue-900: #13263E;
--steel-blue-950: #0C1827;
}