Steel Blue
#6266B7
BlueColor Codes
All color formats for development
HEX
#6266B7RGB
rgb(98, 102, 183)HSL
hsl(237, 37%, 55%)OKLCH
oklch(0.545 0.125 279.3)CMYK
cmyk(46%, 44%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5054AD
2#474B9A
3#3E4186
4#353873
5#2C2F60
6#23254D
7#1B1C3A
8#121326
9#090913
Tints
Lighter variations
1#7275BE
2#8185C5
3#9194CC
4#A1A3D4
5#B0B3DB
6#C0C2E2
7#D0D1E9
8#E0E0F1
9#EFF0F8
Tones
Muted variations
1#666AB2
2#6A6EAE
3#6F72AA
4#7375A6
5#7779A1
6#7B7D9D
7#808199
8#848595
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 | D2D3 #D2D3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB1 #AFB1DA | BordersInactive statesPlaceholder text |
| 400 | 8588 #8588C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6266 #6266B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 474B #474B9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383C #383C7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282B #282B57 | 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: #D2D3EA;
--steel-blue-300: #AFB1DA;
--steel-blue-400: #8588C7;
--steel-blue-500: #6266B7;
--steel-blue-600: #474B9A;
--steel-blue-700: #383C7A;
--steel-blue-800: #282B57;
--steel-blue-900: #1A1B38;
--steel-blue-950: #101123;
}