Steel Blue
#6274B7
BlueColor Codes
All color formats for development
HEX
#6274B7RGB
rgb(98, 116, 183)HSL
hsl(227, 37%, 55%)OKLCH
oklch(0.574 0.106 271.3)CMYK
cmyk(46%, 37%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5064AD
2#47599A
3#3E4E86
4#354373
5#2C3760
6#232C4D
7#1B213A
8#121626
9#090B13
Tints
Lighter variations
1#7282BE
2#8190C5
3#919ECC
4#A1ACD4
5#B0BADB
6#C0C7E2
7#D0D5E9
8#E0E3F1
9#EFF1F8
Tones
Muted variations
1#6677B2
2#6A79AE
3#6F7BAA
4#737EA6
5#7780A1
6#7B839D
7#808599
8#848795
9#888A90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB8 #AFB8DA | BordersInactive statesPlaceholder text |
| 400 | 8593 #8593C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6274 #6274B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4759 #47599A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3847 #38477A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2832 #283257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A20 #1A2038 | 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: #E7E9F4;
--steel-blue-200: #D2D7EA;
--steel-blue-300: #AFB8DA;
--steel-blue-400: #8593C7;
--steel-blue-500: #6274B7;
--steel-blue-600: #47599A;
--steel-blue-700: #38477A;
--steel-blue-800: #283257;
--steel-blue-900: #1A2038;
--steel-blue-950: #101423;
}