Steel Blue
#4F9EC9
BlueColor Codes
All color formats for development
HEX
#4F9EC9RGB
rgb(79, 158, 201)HSL
hsl(201, 53%, 55%)OKLCH
oklch(0.667 0.1 234.9)CMYK
cmyk(61%, 21%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B92C1
2#3582AC
3#2E7296
4#286281
5#21516B
6#1A4156
7#143140
8#0D212B
9#071015
Tints
Lighter variations
1#61A8CE
2#73B2D4
3#84BBD9
4#96C5DF
5#A7CFE4
6#B9D8E9
7#CAE2EF
8#DCECF4
9#EDF5FA
Tones
Muted variations
1#569DC3
2#5C9BBD
3#6299B7
4#6897B1
5#6E95AB
6#7494A5
7#7A929E
8#809098
9#868E92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE3 #CCE3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CE #A5CEE3 | BordersInactive statesPlaceholder text |
| 400 | 76B4 #76B4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F9E #4F9EC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3582 #3582AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A67 #2A6789 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E4A #1E4A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132F #132F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1E #0C1E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FB;
--steel-blue-100: #E4F0F7;
--steel-blue-200: #CCE3EF;
--steel-blue-300: #A5CEE3;
--steel-blue-400: #76B4D5;
--steel-blue-500: #4F9EC9;
--steel-blue-600: #3582AC;
--steel-blue-700: #2A6789;
--steel-blue-800: #1E4A62;
--steel-blue-900: #132F3E;
--steel-blue-950: #0C1E27;
}