Steel Blue
#7987D2
BlueColor Codes
All color formats for development
HEX
#7987D2RGB
rgb(121, 135, 210)HSL
hsl(231, 50%, 65%)OKLCH
oklch(0.644 0.113 274.7)CMYK
cmyk(42%, 36%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6070CA
2#475AC2
3#3A4BAE
4#324195
5#29367C
6#212B63
7#19204B
8#111632
9#080B19
Tints
Lighter variations
1#8793D7
2#949FDB
3#A1ABE0
4#AFB7E4
5#BCC3E9
6#C9CFED
7#D7DBF2
8#E4E7F6
9#F2F3FB
Tones
Muted variations
1#7E8ACE
2#828DC9
3#8790C5
4#8B93C1
5#8F96BC
6#9499B8
7#989CB3
8#9DA0AF
9#A1A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD2 #CDD2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7B0 #A7B0E2 | BordersInactive statesPlaceholder text |
| 400 | 7987 #7987D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5364 #5364C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3849 #3849A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D3A #2D3A86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2029 #202960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141B #141B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E4E7F6;
--steel-blue-200: #CDD2EE;
--steel-blue-300: #A7B0E2;
--steel-blue-400: #7987D2;
--steel-blue-500: #5364C6;
--steel-blue-600: #3849A8;
--steel-blue-700: #2D3A86;
--steel-blue-800: #202960;
--steel-blue-900: #141B3D;
--steel-blue-950: #0D1126;
}