Steel Blue
#4C95CD
BlueColor Codes
All color formats for development
HEX
#4C95CDRGB
rgb(76, 149, 205)HSL
hsl(206, 56%, 55%)OKLCH
oklch(0.647 0.111 244)CMYK
cmyk(63%, 27%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3888C5
2#3179AF
3#2B6A99
4#255A83
5#1F4B6D
6#193C58
7#132D42
8#0C1E2C
9#060F16
Tints
Lighter variations
1#5E9FD2
2#70AAD7
3#82B5DC
4#94BFE1
5#A5CAE6
6#B7D5EB
7#C9DFF0
8#DBEAF5
9#EDF4FA
Tones
Muted variations
1#5294C6
2#5993C0
3#5F92B9
4#6691B3
5#6C91AC
6#7390A6
7#798FA0
8#7F8E99
9#868D93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE0 #CBE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C9 #A4C9E5 | BordersInactive statesPlaceholder text |
| 400 | 74AC #74ACD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C95 #4C95CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3179 #3179AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2760 #27608B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C45 #1C4563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122C #122C40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3EEF7;
--steel-blue-200: #CBE0F0;
--steel-blue-300: #A4C9E5;
--steel-blue-400: #74ACD8;
--steel-blue-500: #4C95CD;
--steel-blue-600: #3179AF;
--steel-blue-700: #27608B;
--steel-blue-800: #1C4563;
--steel-blue-900: #122C40;
--steel-blue-950: #0B1B28;
}