Steel Blue
#4E95CA
BlueColor Codes
All color formats for development
HEX
#4E95CARGB
rgb(78, 149, 202)HSL
hsl(206, 54%, 55%)OKLCH
oklch(0.646 0.107 243.1)CMYK
cmyk(61%, 26%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A87C2
2#3478AD
3#2D6997
4#275A82
5#204B6C
6#1A3C56
7#132D41
8#0D1E2B
9#060F16
Tints
Lighter variations
1#609FCF
2#72AAD5
3#83B4DA
4#95BFDF
5#A7CAE5
6#B8D4EA
7#CADFEF
8#DCEAF4
9#EDF4FA
Tones
Muted variations
1#5494C4
2#5B93BE
3#6192B8
4#6791B1
5#6D90AB
6#7390A5
7#7A8F9F
8#808E99
9#868D92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE0 #CCE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C9 #A5C9E4 | BordersInactive statesPlaceholder text |
| 400 | 76AC #76ACD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E95 #4E95CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3478 #3478AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2960 #296089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D44 #1D4462 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132C #132C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1B #0C1B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FB;
--steel-blue-100: #E4EEF7;
--steel-blue-200: #CCE0F0;
--steel-blue-300: #A5C9E4;
--steel-blue-400: #76ACD6;
--steel-blue-500: #4E95CA;
--steel-blue-600: #3478AD;
--steel-blue-700: #296089;
--steel-blue-800: #1D4462;
--steel-blue-900: #132C3F;
--steel-blue-950: #0C1B27;
}