Steel Blue
#5F65B9
BlueColor Codes
All color formats for development
HEX
#5F65B9RGB
rgb(95, 101, 185)HSL
hsl(236, 39%, 55%)OKLCH
oklch(0.542 0.13 278.1)CMYK
cmyk(49%, 45%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D54AF
2#444A9C
3#3C4188
4#333875
5#2B2E61
6#22254E
7#1A1C3A
8#111327
9#090913
Tints
Lighter variations
1#6F75C0
2#7F84C7
3#8F94CE
4#9FA3D5
5#AFB2DC
6#BFC2E3
7#CFD1EA
8#DFE0F1
9#EFF0F8
Tones
Muted variations
1#6469B5
2#686DB0
3#6D71AC
4#7175A7
5#7679A3
6#7A7D9E
7#7F819A
8#838495
9#888891
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D3 #D1D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB1 #ADB1DB | BordersInactive statesPlaceholder text |
| 400 | 8388 #8388C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F65 #5F65B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 444A #444A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363B #363B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272A #272A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191B #191B39 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E7F4;
--steel-blue-200: #D1D3EB;
--steel-blue-300: #ADB1DB;
--steel-blue-400: #8388C9;
--steel-blue-500: #5F65B9;
--steel-blue-600: #444A9C;
--steel-blue-700: #363B7C;
--steel-blue-800: #272A59;
--steel-blue-900: #191B39;
--steel-blue-950: #101123;
}