Steel Blue
#4988D0
BlueColor Codes
All color formats for development
HEX
#4988D0RGB
rgb(73, 136, 208)HSL
hsl(212, 59%, 55%)OKLCH
oklch(0.618 0.128 253.2)CMYK
cmyk(65%, 35%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3479C9
2#2E6CB2
3#285E9C
4#235186
5#1D436F
6#173659
7#112843
8#0C1B2D
9#060D16
Tints
Lighter variations
1#5B94D5
2#6DA0D9
3#7FACDE
4#92B7E3
5#A4C3E7
6#B6CFEC
7#C8DBF1
8#DBE7F6
9#EDF3FA
Tones
Muted variations
1#4F88C9
2#5689C2
3#5D89BC
4#648AB5
5#6A8AAE
6#718AA7
7#788BA1
8#7F8B9A
9#858C93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADD #CADDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C2 #A2C2E7 | BordersInactive statesPlaceholder text |
| 400 | 71A2 #71A2DA | Disabled statesSecondary iconsMuted text |
| 500 | 4988 #4988D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E6C #2E6CB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2556 #25568E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3D #1A3D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1127 #112741 | Primary textHigh emphasis contentDark headings |
| 950 | 0A18 #0A1829 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E3ECF8;
--steel-blue-200: #CADDF1;
--steel-blue-300: #A2C2E7;
--steel-blue-400: #71A2DA;
--steel-blue-500: #4988D0;
--steel-blue-600: #2E6CB2;
--steel-blue-700: #25568E;
--steel-blue-800: #1A3D65;
--steel-blue-900: #112741;
--steel-blue-950: #0A1829;
}