Steel Blue
#7D88CF
BlueColor Codes
All color formats for development
HEX
#7D88CFRGB
rgb(125, 136, 207)HSL
hsl(232, 46%, 65%)OKLCH
oklch(0.647 0.107 276.3)CMYK
cmyk(40%, 34%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6471C6
2#4C5BBD
3#3F4DA9
4#364291
5#2D3779
6#242C61
7#1B2149
8#121630
9#090B18
Tints
Lighter variations
1#8A94D4
2#97A0D8
3#A4ABDD
4#B1B7E2
5#BEC3E7
6#CBCFEC
7#D8DBF1
8#E5E7F5
9#F2F3FA
Tones
Muted variations
1#818BCB
2#858EC7
3#8991C2
4#8D94BE
5#9197BA
6#959AB6
7#999DB2
8#9EA0AE
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 | CFD3 #CFD3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B1 #A9B1DF | BordersInactive statesPlaceholder text |
| 400 | 7D88 #7D88CF | Disabled statesSecondary iconsMuted text |
| 500 | 5766 #5766C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D4A #3D4AA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303B #303B82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222A #222A5D | 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: #E5E7F5;
--steel-blue-200: #CFD3ED;
--steel-blue-300: #A9B1DF;
--steel-blue-400: #7D88CF;
--steel-blue-500: #5766C1;
--steel-blue-600: #3D4AA4;
--steel-blue-700: #303B82;
--steel-blue-800: #222A5D;
--steel-blue-900: #161B3C;
--steel-blue-950: #0E1125;
}