Steel Blue
#7D7FCF
BlueColor Codes
All color formats for development
HEX
#7D7FCFRGB
rgb(125, 127, 207)HSL
hsl(239, 46%, 65%)OKLCH
oklch(0.629 0.119 281.3)CMYK
cmyk(40%, 39%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6466C6
2#4C4EBD
3#3F40A9
4#363791
5#2D2E79
6#242561
7#1B1C49
8#121230
9#090918
Tints
Lighter variations
1#8A8BD4
2#9798D8
3#A4A5DD
4#B1B2E2
5#BEBFE7
6#CBCBEC
7#D8D8F1
8#E5E5F5
9#F2F2FA
Tones
Muted variations
1#8182CB
2#8586C7
3#898AC2
4#8D8EBE
5#9192BA
6#9596B6
7#999AB2
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 | E5E5 #E5E5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFCF #CFCFED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AA #A9AADF | BordersInactive statesPlaceholder text |
| 400 | 7D7E #7D7ECF | Disabled statesSecondary iconsMuted text |
| 500 | 5759 #5759C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D3E #3D3EA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3032 #303282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2223 #22235D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1617 #16173C | Primary textHigh emphasis contentDark headings |
| 950 | 0E0E #0E0E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E5E5F5;
--steel-blue-200: #CFCFED;
--steel-blue-300: #A9AADF;
--steel-blue-400: #7D7ECF;
--steel-blue-500: #5759C1;
--steel-blue-600: #3D3EA4;
--steel-blue-700: #303282;
--steel-blue-800: #22235D;
--steel-blue-900: #16173C;
--steel-blue-950: #0E0E25;
}