Steel Blue
#7F88CC
BlueColor Codes
All color formats for development
HEX
#7F88CCRGB
rgb(127, 136, 204)HSL
hsl(233, 43%, 65%)OKLCH
oklch(0.647 0.102 277.4)CMYK
cmyk(38%, 33%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6872C3
2#505CB9
3#424EA6
4#39438E
5#2F3877
6#262C5F
7#1C2147
8#13162F
9#090B18
Tints
Lighter variations
1#8C94D1
2#99A0D6
3#A6ACDB
4#B2B8E0
5#BFC4E6
6#CCD0EB
7#D9DBF0
8#E5E7F5
9#F2F3FA
Tones
Muted variations
1#838BC8
2#878EC4
3#8B91C1
4#8F94BD
5#9397B9
6#969AB5
7#9A9DB1
8#9EA0AD
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 | D0D3 #D0D3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB1 #ABB1DE | BordersInactive statesPlaceholder text |
| 400 | 7F88 #7F88CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B66 #5B66BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 404B #404BA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 333C #333C80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242B #242B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171B #171B3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | 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: #D0D3EC;
--steel-blue-300: #ABB1DE;
--steel-blue-400: #7F88CC;
--steel-blue-500: #5B66BE;
--steel-blue-600: #404BA0;
--steel-blue-700: #333C80;
--steel-blue-800: #242B5B;
--steel-blue-900: #171B3A;
--steel-blue-950: #0F1124;
}