Steel Blue
#4DA5CB
BlueColor Codes
All color formats for development
HEX
#4DA5CBRGB
rgb(77, 165, 203)HSL
hsl(198, 55%, 55%)OKLCH
oklch(0.683 0.101 229.1)CMYK
cmyk(62%, 19%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#399AC4
2#3289AE
3#2C7898
4#266782
5#20566D
6#194457
7#133341
8#0D222B
9#061116
Tints
Lighter variations
1#5FAED1
2#71B7D6
3#82C0DB
4#94C9E0
5#A6D2E5
6#B8DBEA
7#CAE4F0
8#DBEDF5
9#EDF6FA
Tones
Muted variations
1#53A3C5
2#5AA0BF
3#609EB8
4#669BB2
5#6D99AC
6#7396A5
7#79949F
8#809199
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 | CCE5 #CCE5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D1 #A4D1E5 | BordersInactive statesPlaceholder text |
| 400 | 75B9 #75B9D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DA5 #4DA5CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3289 #3289AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 286D #286D8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D4E #1D4E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1232 #12323F | 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: #CCE5F0;
--steel-blue-300: #A4D1E5;
--steel-blue-400: #75B9D7;
--steel-blue-500: #4DA5CB;
--steel-blue-600: #3289AE;
--steel-blue-700: #286D8A;
--steel-blue-800: #1D4E63;
--steel-blue-900: #12323F;
--steel-blue-950: #0B1F28;
}