Steel Blue
#7D85CF
BlueColor Codes
All color formats for development
HEX
#7D85CFRGB
rgb(125, 133, 207)HSL
hsl(234, 46%, 65%)OKLCH
oklch(0.641 0.111 278.1)CMYK
cmyk(40%, 36%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#646EC6
2#4C58BD
3#3F49A9
4#363F91
5#2D3479
6#242A61
7#1B1F49
8#121530
9#090A18
Tints
Lighter variations
1#8A91D4
2#979DD8
3#A4AADD
4#B1B6E2
5#BEC2E7
6#CBCEEC
7#D8DAF1
8#E5E7F5
9#F2F3FA
Tones
Muted variations
1#8188CB
2#858BC7
3#898FC2
4#8D92BE
5#9195BA
6#9599B6
7#999CB2
8#9E9FAE
9#A2A2AA
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 | A9AF #A9AFDF | BordersInactive statesPlaceholder text |
| 400 | 7D85 #7D85CF | Disabled statesSecondary iconsMuted text |
| 500 | 5762 #5762C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D47 #3D47A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3038 #303882 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2228 #22285D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161A #161A3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | 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: #A9AFDF;
--steel-blue-400: #7D85CF;
--steel-blue-500: #5762C1;
--steel-blue-600: #3D47A4;
--steel-blue-700: #303882;
--steel-blue-800: #22285D;
--steel-blue-900: #161A3C;
--steel-blue-950: #0E1025;
}