Steel Blue
#4CA6CD
BlueColor Codes
All color formats for development
HEX
#4CA6CDRGB
rgb(76, 166, 205)HSL
hsl(198, 56%, 55%)OKLCH
oklch(0.686 0.103 229.4)CMYK
cmyk(63%, 19%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#389AC5
2#3189AF
3#2B7899
4#256783
5#1F566D
6#194558
7#133342
8#0C222C
9#061116
Tints
Lighter variations
1#5EAFD2
2#70B8D7
3#82C1DC
4#94CAE1
5#A5D2E6
6#B7DBEB
7#C9E4F0
8#DBEDF5
9#EDF6FA
Tones
Muted variations
1#52A3C6
2#59A1C0
3#5F9EB9
4#669CB3
5#6C99AC
6#7397A6
7#7994A0
8#7F9199
9#868F93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F1 #E3F1F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE5 #CBE5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D1 #A4D1E5 | BordersInactive statesPlaceholder text |
| 400 | 74BA #74BAD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CA6 #4CA6CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3189 #3189AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 276D #276D8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C4E #1C4E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1232 #123240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1F #0B1F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E3F1F7;
--steel-blue-200: #CBE5F0;
--steel-blue-300: #A4D1E5;
--steel-blue-400: #74BAD8;
--steel-blue-500: #4CA6CD;
--steel-blue-600: #3189AF;
--steel-blue-700: #276D8B;
--steel-blue-800: #1C4E63;
--steel-blue-900: #123240;
--steel-blue-950: #0B1F28;
}