Steel Blue
#4B8ACE
BlueColor Codes
All color formats for development
HEX
#4B8ACERGB
rgb(75, 138, 206)HSL
hsl(211, 57%, 55%)OKLCH
oklch(0.622 0.122 252)CMYK
cmyk(64%, 33%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#367CC6
2#306EB0
3#2A609A
4#245384
5#1E456E
6#183758
7#122942
8#0C1C2C
9#060E16
Tints
Lighter variations
1#5D96D3
2#6FA1D8
3#81ADDC
4#93B9E1
5#A5C5E6
6#B7D0EB
7#C9DCF0
8#DBE8F5
9#EDF3FA
Tones
Muted variations
1#518AC7
2#588BC1
3#5E8BBA
4#658BB3
5#6C8BAD
6#728BA6
7#798CA0
8#7F8C99
9#868C93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3ED #E3EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDD #CBDDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3C3 #A3C3E6 | BordersInactive statesPlaceholder text |
| 400 | 73A4 #73A4D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B8A #4B8ACE | Primary brand colorCTAsActive elementsLinks |
| 600 | 306E #306EB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2658 #26588C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3F #1B3F64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1228 #122840 | 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: #E3EDF7;
--steel-blue-200: #CBDDF1;
--steel-blue-300: #A3C3E6;
--steel-blue-400: #73A4D9;
--steel-blue-500: #4B8ACE;
--steel-blue-600: #306EB0;
--steel-blue-700: #26588C;
--steel-blue-800: #1B3F64;
--steel-blue-900: #122840;
--steel-blue-950: #0B1928;
}