Steel Blue
#4E7CCA
BlueColor Codes
All color formats for development
HEX
#4E7CCARGB
rgb(78, 124, 202)HSL
hsl(218, 54%, 55%)OKLCH
oklch(0.59 0.13 260.4)CMYK
cmyk(61%, 39%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A6CC2
2#3460AD
3#2D5497
4#274882
5#203C6C
6#1A3056
7#132441
8#0D182B
9#060C16
Tints
Lighter variations
1#6089CF
2#7296D5
3#83A3DA
4#95B0DF
5#A7BDE5
6#B8CAEA
7#CAD8EF
8#DCE5F4
9#EDF2FA
Tones
Muted variations
1#547DC4
2#5B7FBE
3#6181B8
4#6782B1
5#6D84AB
6#7386A5
7#7A879F
8#808999
9#868B92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD9 #CCD9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BC #A5BCE4 | BordersInactive statesPlaceholder text |
| 400 | 7699 #7699D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E7C #4E7CCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3460 #3460AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 294C #294C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D37 #1D3762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1323 #13233F | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4EBF7;
--steel-blue-200: #CCD9F0;
--steel-blue-300: #A5BCE4;
--steel-blue-400: #7699D6;
--steel-blue-500: #4E7CCA;
--steel-blue-600: #3460AD;
--steel-blue-700: #294C89;
--steel-blue-800: #1D3762;
--steel-blue-900: #13233F;
--steel-blue-950: #0C1627;
}