Steel Blue
#5F62B9
BlueColor Codes
All color formats for development
HEX
#5F62B9RGB
rgb(95, 98, 185)HSL
hsl(238, 39%, 55%)OKLCH
oklch(0.536 0.134 279.4)CMYK
cmyk(49%, 47%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D50AF
2#44479C
3#3C3E88
4#333675
5#2B2D61
6#22244E
7#1A1B3A
8#111227
9#090913
Tints
Lighter variations
1#6F72C0
2#7F82C7
3#8F91CE
4#9FA1D5
5#AFB1DC
6#BFC0E3
7#CFD0EA
8#DFE0F1
9#EFEFF8
Tones
Muted variations
1#6467B5
2#686BB0
3#6D6FAC
4#7173A7
5#7677A3
6#7A7C9E
7#7F809A
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 | D1D2 #D1D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADAF #ADAFDB | BordersInactive statesPlaceholder text |
| 400 | 8385 #8385C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F62 #5F62B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4447 #44479C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3639 #36397C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2729 #272959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191A #191A39 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | 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: #D1D2EB;
--steel-blue-300: #ADAFDB;
--steel-blue-400: #8385C9;
--steel-blue-500: #5F62B9;
--steel-blue-600: #44479C;
--steel-blue-700: #36397C;
--steel-blue-800: #272959;
--steel-blue-900: #191A39;
--steel-blue-950: #101023;
}