Steel Blue
#4F72C9
BlueColor Codes
All color formats for development
HEX
#4F72C9RGB
rgb(79, 114, 201)HSL
hsl(223, 53%, 55%)OKLCH
oklch(0.569 0.14 265.7)CMYK
cmyk(61%, 43%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B61C1
2#3556AC
3#2E4C96
4#284181
5#21366B
6#1A2B56
7#142040
8#0D162B
9#070B15
Tints
Lighter variations
1#6180CE
2#738ED4
3#849CD9
4#96AADF
5#A7B8E4
6#B9C7E9
7#CAD5EF
8#DCE3F4
9#EDF1FA
Tones
Muted variations
1#5675C3
2#5C77BD
3#627AB7
4#687CB1
5#6E7FAB
6#7482A5
7#7A849E
8#808798
9#868A92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD6 #CCD6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B7 #A5B7E3 | BordersInactive statesPlaceholder text |
| 400 | 7691 #7691D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F72 #4F72C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3556 #3556AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A45 #2A4589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E31 #1E3162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131F #131F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4E9F7;
--steel-blue-200: #CCD6EF;
--steel-blue-300: #A5B7E3;
--steel-blue-400: #7691D5;
--steel-blue-500: #4F72C9;
--steel-blue-600: #3556AC;
--steel-blue-700: #2A4589;
--steel-blue-800: #1E3162;
--steel-blue-900: #131F3E;
--steel-blue-950: #0C1427;
}