Steel Blue
#7D86CF
BlueColor Codes
All color formats for development
HEX
#7D86CFRGB
rgb(125, 134, 207)HSL
hsl(233, 46%, 65%)OKLCH
oklch(0.643 0.11 277.5)CMYK
cmyk(40%, 35%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6470C6
2#4C59BD
3#3F4BA9
4#364091
5#2D3679
6#242B61
7#1B2049
8#121530
9#090B18
Tints
Lighter variations
1#8A92D4
2#979ED8
3#A4AADD
4#B1B7E2
5#BEC3E7
6#CBCFEC
7#D8DBF1
8#E5E7F5
9#F2F3FA
Tones
Muted variations
1#8189CB
2#858DC7
3#8990C2
4#8D93BE
5#9196BA
6#9599B6
7#999CB2
8#9E9FAE
9#A2A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD2 #CFD2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B0 #A9B0DF | BordersInactive statesPlaceholder text |
| 400 | 7D86 #7D86CF | Disabled statesSecondary iconsMuted text |
| 500 | 5764 #5764C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D49 #3D49A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303A #303A82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2229 #22295D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161A #161A3C | 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: #E5E7F5;
--steel-blue-200: #CFD2ED;
--steel-blue-300: #A9B0DF;
--steel-blue-400: #7D86CF;
--steel-blue-500: #5764C1;
--steel-blue-600: #3D49A4;
--steel-blue-700: #303A82;
--steel-blue-800: #22295D;
--steel-blue-900: #161A3C;
--steel-blue-950: #0E1125;
}