Steel Blue
#6277B7
BlueColor Codes
All color formats for development
HEX
#6277B7RGB
rgb(98, 119, 183)HSL
hsl(225, 37%, 55%)OKLCH
oklch(0.58 0.102 269.3)CMYK
cmyk(46%, 35%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5067AD
2#475B9A
3#3E5086
4#354573
5#2C3960
6#232E4D
7#1B223A
8#121726
9#090B13
Tints
Lighter variations
1#7285BE
2#8192C5
3#91A0CC
4#A1ADD4
5#B0BBDB
6#C0C9E2
7#D0D6E9
8#E0E4F1
9#EFF1F8
Tones
Muted variations
1#6679B2
2#6A7BAE
3#6F7DAA
4#7380A6
5#7782A1
6#7B849D
7#808699
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 | D2D8 #D2D8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB9 #AFB9DA | BordersInactive statesPlaceholder text |
| 400 | 8595 #8595C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6277 #6277B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 475B #475B9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3849 #38497A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2834 #283457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A21 #1A2138 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | 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: #D2D8EA;
--steel-blue-300: #AFB9DA;
--steel-blue-400: #8595C7;
--steel-blue-500: #6277B7;
--steel-blue-600: #475B9A;
--steel-blue-700: #38497A;
--steel-blue-800: #283457;
--steel-blue-900: #1A2138;
--steel-blue-950: #101523;
}