Steel Blue
#4795D1
BlueColor Codes
All color formats for development
HEX
#4795D1RGB
rgb(71, 149, 209)HSL
hsl(206, 60%, 55%)OKLCH
oklch(0.647 0.118 244.4)CMYK
cmyk(66%, 29%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3288CA
2#2D79B4
3#276A9D
4#225B87
5#1C4C70
6#163D5A
7#112D43
8#0B1E2D
9#060F16
Tints
Lighter variations
1#5AA0D6
2#6CABDA
3#7EB5DF
4#91C0E3
5#A3CAE8
6#B6D5ED
7#C8DFF1
8#DAEAF6
9#EDF4FA
Tones
Muted variations
1#4E95CA
2#5594C3
3#5C93BC
4#6392B6
5#6A91AF
6#7190A8
7#788FA1
8#7E8E9A
9#858D93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE1 #CAE1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C9 #A1C9E8 | BordersInactive statesPlaceholder text |
| 400 | 70AD #70ADDB | Disabled statesSecondary iconsMuted text |
| 500 | 4795 #4795D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D79 #2D79B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2460 #24608F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A45 #1A4566 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102C #102C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1C #0A1C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E2EFF8;
--steel-blue-200: #CAE1F2;
--steel-blue-300: #A1C9E8;
--steel-blue-400: #70ADDB;
--steel-blue-500: #4795D1;
--steel-blue-600: #2D79B4;
--steel-blue-700: #24608F;
--steel-blue-800: #1A4566;
--steel-blue-900: #102C41;
--steel-blue-950: #0A1C29;
}