Steel Blue
#4A8ACF
BlueColor Codes
All color formats for development
HEX
#4A8ACFRGB
rgb(74, 138, 207)HSL
hsl(211, 58%, 55%)OKLCH
oklch(0.622 0.124 252)CMYK
cmyk(64%, 33%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#357CC7
2#2F6EB1
3#29609B
4#235385
5#1D456F
6#183759
7#122942
8#0C1C2C
9#060E16
Tints
Lighter variations
1#5C96D4
2#6EA1D8
3#80ADDD
4#92B9E2
5#A4C5E7
6#B6D0EC
7#C9DCF1
8#DBE8F5
9#EDF3FA
Tones
Muted variations
1#508AC8
2#578AC1
3#5E8BBB
4#648BB4
5#6B8BAE
6#728BA7
7#788CA0
8#7F8C9A
9#868C93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3ED #E3EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDD #CBDDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C3 #A2C3E6 | BordersInactive statesPlaceholder text |
| 400 | 72A4 #72A4DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A8A #4A8ACF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F6E #2F6EB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2558 #25588D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3F #1B3F65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1128 #112840 | 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: #E3EDF8;
--steel-blue-200: #CBDDF1;
--steel-blue-300: #A2C3E6;
--steel-blue-400: #72A4DA;
--steel-blue-500: #4A8ACF;
--steel-blue-600: #2F6EB1;
--steel-blue-700: #25588D;
--steel-blue-800: #1B3F65;
--steel-blue-900: #112840;
--steel-blue-950: #0B1928;
}