Steel Blue
#4E8CCA
BlueColor Codes
All color formats for development
HEX
#4E8CCARGB
rgb(78, 140, 202)HSL
hsl(210, 54%, 55%)OKLCH
oklch(0.626 0.114 250.1)CMYK
cmyk(61%, 31%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A7EC2
2#3470AD
3#2D6297
4#275482
5#20466C
6#1A3856
7#132A41
8#0D1C2B
9#060E16
Tints
Lighter variations
1#6098CF
2#72A3D5
3#83AFDA
4#95BADF
5#A7C6E5
6#B8D1EA
7#CADDEF
8#DCE8F4
9#EDF4FA
Tones
Muted variations
1#548CC4
2#5B8CBE
3#618CB8
4#678CB1
5#6D8CAB
6#738CA5
7#7A8C9F
8#808C99
9#868C92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDE #CCDEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C4 #A5C4E4 | BordersInactive statesPlaceholder text |
| 400 | 76A6 #76A6D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E8C #4E8CCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3470 #3470AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2959 #295989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D40 #1D4062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1329 #13293F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FB;
--steel-blue-100: #E4EDF7;
--steel-blue-200: #CCDEF0;
--steel-blue-300: #A5C4E4;
--steel-blue-400: #76A6D6;
--steel-blue-500: #4E8CCA;
--steel-blue-600: #3470AD;
--steel-blue-700: #295989;
--steel-blue-800: #1D4062;
--steel-blue-900: #13293F;
--steel-blue-950: #0C1A27;
}