Steel Blue
#4A88CF
BlueColor Codes
All color formats for development
HEX
#4A88CFRGB
rgb(74, 136, 207)HSL
hsl(212, 58%, 55%)OKLCH
oklch(0.618 0.126 253.2)CMYK
cmyk(64%, 34%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3579C7
2#2F6CB1
3#295E9B
4#235185
5#1D436F
6#183659
7#122842
8#0C1B2C
9#060D16
Tints
Lighter variations
1#5C94D4
2#6EA0D8
3#80ACDD
4#92B7E2
5#A4C3E7
6#B6CFEC
7#C9DBF1
8#DBE7F5
9#EDF3FA
Tones
Muted variations
1#5088C8
2#5789C1
3#5E89BB
4#648AB4
5#6B8AAE
6#728AA7
7#788BA0
8#7F8B9A
9#868C93
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 | CBDD #CBDDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C2 #A2C2E6 | BordersInactive statesPlaceholder text |
| 400 | 72A2 #72A2DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A88 #4A88CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F6C #2F6CB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2556 #25568D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3D #1B3D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1127 #112740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B19 #0B1928 | 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: #CBDDF1;
--steel-blue-300: #A2C2E6;
--steel-blue-400: #72A2DA;
--steel-blue-500: #4A88CF;
--steel-blue-600: #2F6CB1;
--steel-blue-700: #25568D;
--steel-blue-800: #1B3D65;
--steel-blue-900: #112740;
--steel-blue-950: #0B1928;
}