Steel Blue
#6276B7
BlueColor Codes
All color formats for development
HEX
#6276B7RGB
rgb(98, 118, 183)HSL
hsl(226, 37%, 55%)OKLCH
oklch(0.578 0.103 270)CMYK
cmyk(46%, 36%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5065AD
2#475A9A
3#3E4F86
4#354473
5#2C3860
6#232D4D
7#1B223A
8#121726
9#090B13
Tints
Lighter variations
1#7283BE
2#8191C5
3#919FCC
4#A1ADD4
5#B0BADB
6#C0C8E2
7#D0D6E9
8#E0E4F1
9#EFF1F8
Tones
Muted variations
1#6678B2
2#6A7AAE
3#6F7CAA
4#737FA6
5#7781A1
6#7B839D
7#808599
8#848895
9#888A90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB9 #AFB9DA | BordersInactive statesPlaceholder text |
| 400 | 8594 #8594C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6276 #6276B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 475A #475A9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3848 #38487A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2833 #283357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A21 #1A2138 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7EAF4;
--steel-blue-200: #D2D7EA;
--steel-blue-300: #AFB9DA;
--steel-blue-400: #8594C7;
--steel-blue-500: #6276B7;
--steel-blue-600: #475A9A;
--steel-blue-700: #38487A;
--steel-blue-800: #283357;
--steel-blue-900: #1A2138;
--steel-blue-950: #101423;
}