Steel Blue
#7D95CF
BlueColor Codes
All color formats for development
HEX
#7D95CFRGB
rgb(125, 149, 207)HSL
hsl(222, 46%, 65%)OKLCH
oklch(0.674 0.091 266.7)CMYK
cmyk(40%, 28%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6482C6
2#4C6EBD
3#3F5FA9
4#365191
5#2D4479
6#243661
7#1B2949
8#121B30
9#090E18
Tints
Lighter variations
1#8AA0D4
2#97AAD8
3#A4B5DD
4#B1C0E2
5#BECAE7
6#CBD5EC
7#D8DFF1
8#E5EAF5
9#F2F4FA
Tones
Muted variations
1#8197CB
2#8599C7
3#899AC2
4#8D9CBE
5#919EBA
6#959FB6
7#99A1B2
8#9EA2AE
9#A2A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD8 #CFD8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9BA #A9BADF | BordersInactive statesPlaceholder text |
| 400 | 7D95 #7D95CF | Disabled statesSecondary iconsMuted text |
| 500 | 5777 #5777C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D5C #3D5CA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3049 #304982 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2234 #22345D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1621 #16213C | Primary textHigh emphasis contentDark headings |
| 950 | 0E15 #0E1525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5EAF5;
--steel-blue-200: #CFD8ED;
--steel-blue-300: #A9BADF;
--steel-blue-400: #7D95CF;
--steel-blue-500: #5777C1;
--steel-blue-600: #3D5CA4;
--steel-blue-700: #304982;
--steel-blue-800: #22345D;
--steel-blue-900: #16213C;
--steel-blue-950: #0E1525;
}