Steel Blue
#7D81CF
BlueColor Codes
All color formats for development
HEX
#7D81CFRGB
rgb(125, 129, 207)HSL
hsl(237, 46%, 65%)OKLCH
oklch(0.633 0.116 280.3)CMYK
cmyk(40%, 38%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6469C6
2#4C52BD
3#3F44A9
4#363A91
5#2D3179
6#242761
7#1B1D49
8#121330
9#090A18
Tints
Lighter variations
1#8A8DD4
2#979AD8
3#A4A7DD
4#B1B3E2
5#BEC0E7
6#CBCDEC
7#D8D9F1
8#E5E6F5
9#F2F2FA
Tones
Muted variations
1#8184CB
2#8588C7
3#898CC2
4#8D90BE
5#9193BA
6#9597B6
7#999BB2
8#9E9EAE
9#A2A2AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD0 #CFD0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AC #A9ACDF | BordersInactive statesPlaceholder text |
| 400 | 7D81 #7D81CF | Disabled statesSecondary iconsMuted text |
| 500 | 575D #575DC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D42 #3D42A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3034 #303482 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2225 #22255D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1618 #16183C | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E5E6F5;
--steel-blue-200: #CFD0ED;
--steel-blue-300: #A9ACDF;
--steel-blue-400: #7D81CF;
--steel-blue-500: #575DC1;
--steel-blue-600: #3D42A4;
--steel-blue-700: #303482;
--steel-blue-800: #22255D;
--steel-blue-900: #16183C;
--steel-blue-950: #0E0F25;
}