Steel Blue
#4A9ECF
BlueColor Codes
All color formats for development
HEX
#4A9ECFRGB
rgb(74, 158, 207)HSL
hsl(202, 58%, 55%)OKLCH
oklch(0.668 0.109 237.2)CMYK
cmyk(64%, 24%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3592C7
2#2F82B1
3#29719B
4#236185
5#1D516F
6#184159
7#123142
8#0C202C
9#061016
Tints
Lighter variations
1#5CA8D4
2#6EB1D8
3#80BBDD
4#92C5E2
5#A4CEE7
6#B6D8EC
7#C9E2F1
8#DBECF5
9#EDF5FA
Tones
Muted variations
1#509CC8
2#579AC1
3#5E99BB
4#6497B4
5#6B95AE
6#7293A7
7#7892A0
8#7F909A
9#868E93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE3 #CBE3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CD #A2CDE6 | BordersInactive statesPlaceholder text |
| 400 | 72B4 #72B4DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A9E #4A9ECF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F82 #2F82B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2567 #25678D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4A #1B4A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112F #112F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1D #0B1D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E3F0F8;
--steel-blue-200: #CBE3F1;
--steel-blue-300: #A2CDE6;
--steel-blue-400: #72B4DA;
--steel-blue-500: #4A9ECF;
--steel-blue-600: #2F82B1;
--steel-blue-700: #25678D;
--steel-blue-800: #1B4A65;
--steel-blue-900: #112F40;
--steel-blue-950: #0B1D28;
}