Steel Blue
#6285B7
BlueColor Codes
All color formats for development
HEX
#6285B7RGB
rgb(98, 133, 183)HSL
hsl(215, 37%, 55%)OKLCH
oklch(0.611 0.086 257.3)CMYK
cmyk(46%, 27%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5076AD
2#47699A
3#3E5C86
4#354F73
5#2C4260
6#23354D
7#1B273A
8#121A26
9#090D13
Tints
Lighter variations
1#7291BE
2#819EC5
3#91AACC
4#A1B6D4
5#B0C2DB
6#C0CEE2
7#D0DAE9
8#E0E7F1
9#EFF3F8
Tones
Muted variations
1#6686B2
2#6A87AE
3#6F87AA
4#7388A6
5#7789A1
6#7B899D
7#808A99
8#848B95
9#888C90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DC #D2DCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC1 #AFC1DA | BordersInactive statesPlaceholder text |
| 400 | 85A0 #85A0C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6285 #6285B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4769 #47699A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3854 #38547A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283C #283C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A26 #1A2638 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7ECF4;
--steel-blue-200: #D2DCEA;
--steel-blue-300: #AFC1DA;
--steel-blue-400: #85A0C7;
--steel-blue-500: #6285B7;
--steel-blue-600: #47699A;
--steel-blue-700: #38547A;
--steel-blue-800: #283C57;
--steel-blue-900: #1A2638;
--steel-blue-950: #101823;
}