Steel Blue
#7F84CC
BlueColor Codes
All color formats for development
HEX
#7F84CCRGB
rgb(127, 132, 204)HSL
hsl(236, 43%, 65%)OKLCH
oklch(0.639 0.108 279.8)CMYK
cmyk(38%, 35%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#686EC3
2#5057B9
3#4249A6
4#393E8E
5#2F3477
6#262A5F
7#1C1F47
8#13152F
9#090A18
Tints
Lighter variations
1#8C91D1
2#999DD6
3#A6A9DB
4#B2B5E0
5#BFC2E6
6#CCCEEB
7#D9DAF0
8#E5E6F5
9#F2F3FA
Tones
Muted variations
1#8388C8
2#878BC4
3#8B8EC1
4#8F92BD
5#9395B9
6#9698B5
7#9A9CB1
8#9E9FAD
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 | D0D1 #D0D1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAE #ABAEDE | BordersInactive statesPlaceholder text |
| 400 | 7F84 #7F84CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B61 #5B61BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4046 #4046A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3338 #333880 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2428 #24285B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171A #171A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | 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: #D0D1EC;
--steel-blue-300: #ABAEDE;
--steel-blue-400: #7F84CC;
--steel-blue-500: #5B61BE;
--steel-blue-600: #4046A0;
--steel-blue-700: #333880;
--steel-blue-800: #24285B;
--steel-blue-900: #171A3A;
--steel-blue-950: #0F1024;
}