Steel Blue
#5666C2
BlueColor Codes
All color formats for development
HEX
#5666C2RGB
rgb(86, 102, 194)HSL
hsl(231, 47%, 55%)OKLCH
oklch(0.544 0.143 273.3)CMYK
cmyk(56%, 47%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4355BA
2#3B4BA5
3#344290
4#2D387C
5#252F67
6#1E2652
7#161C3E
8#0F1329
9#070915
Tints
Lighter variations
1#6776C8
2#7885CE
3#8994D4
4#9AA3DB
5#ABB3E1
6#BCC2E7
7#CCD1ED
8#DDE0F3
9#EEF0F9
Tones
Muted variations
1#5C6ABD
2#616EB7
3#6672B2
4#6C76AD
5#7179A7
6#777DA2
7#7C819C
8#818597
9#878892
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED3 #CED3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B1 #A9B1E0 | BordersInactive statesPlaceholder text |
| 400 | 7C88 #7C88D0 | Disabled statesSecondary iconsMuted text |
| 500 | 5666 #5666C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B4B #3B4BA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F3C #2F3C83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222B #222B5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 161B #161B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E7F6;
--steel-blue-200: #CED3ED;
--steel-blue-300: #A9B1E0;
--steel-blue-400: #7C88D0;
--steel-blue-500: #5666C2;
--steel-blue-600: #3B4BA5;
--steel-blue-700: #2F3C83;
--steel-blue-800: #222B5E;
--steel-blue-900: #161B3C;
--steel-blue-950: #0E1125;
}