Steel Blue
#6265B7
BlueColor Codes
All color formats for development
HEX
#6265B7RGB
rgb(98, 101, 183)HSL
hsl(238, 37%, 55%)OKLCH
oklch(0.543 0.126 279.7)CMYK
cmyk(46%, 45%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5053AD
2#47499A
3#3E4086
4#353773
5#2C2E60
6#23254D
7#1B1C3A
8#121226
9#090913
Tints
Lighter variations
1#7274BE
2#8183C5
3#9193CC
4#A1A2D4
5#B0B2DB
6#C0C1E2
7#D0D1E9
8#E0E0F1
9#EFF0F8
Tones
Muted variations
1#6669B2
2#6A6DAE
3#6F71AA
4#7374A6
5#7778A1
6#7B7C9D
7#808099
8#848495
9#888890
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D2 #D2D2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB0 #AFB0DA | BordersInactive statesPlaceholder text |
| 400 | 8587 #8587C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6265 #6265B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4749 #47499A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383A #383A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282A #282A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1B #1A1B38 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E7F4;
--steel-blue-200: #D2D2EA;
--steel-blue-300: #AFB0DA;
--steel-blue-400: #8587C7;
--steel-blue-500: #6265B7;
--steel-blue-600: #47499A;
--steel-blue-700: #383A7A;
--steel-blue-800: #282A57;
--steel-blue-900: #1A1B38;
--steel-blue-950: #101123;
}