Steel Blue
#3554AC
BlueColor Codes
All color formats for development
HEX
#3554ACRGB
rgb(53, 84, 172)HSL
hsl(224, 53%, 44%)OKLCH
oklch(0.472 0.145 266.3)CMYK
cmyk(69%, 51%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F4C9A
2#2A4489
3#253B78
4#203367
5#1A2A56
6#152245
7#101933
8#0B1122
9#050811
Tints
Lighter variations
1#3B5FC2
2#5071C9
3#6682D0
4#7C94D7
5#92A6DD
6#A8B8E4
7#BDCAEB
8#D3DBF2
9#E9EDF8
Tones
Muted variations
1#3B57A6
2#415AA0
3#475D9A
4#4D6094
5#52628E
6#586588
7#5E6882
8#646B7C
9#6A6D76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD6 #CCD6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B6 #A5B6E3 | BordersInactive statesPlaceholder text |
| 400 | 7690 #7690D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F70 #4F70C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3554 #3554AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A43 #2A4389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E30 #1E3062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131F #131F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C13 #0C1327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F5FB;
--steel-blue-100: #E4E9F7;
--steel-blue-200: #CCD6EF;
--steel-blue-300: #A5B6E3;
--steel-blue-400: #7690D5;
--steel-blue-500: #4F70C9;
--steel-blue-600: #3554AC;
--steel-blue-700: #2A4389;
--steel-blue-800: #1E3062;
--steel-blue-900: #131F3E;
--steel-blue-950: #0C1327;
}