Steel Blue
#6267B7
BlueColor Codes
All color formats for development
HEX
#6267B7RGB
rgb(98, 103, 183)HSL
hsl(236, 37%, 55%)OKLCH
oklch(0.547 0.123 278.8)CMYK
cmyk(46%, 44%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5056AD
2#474C9A
3#3E4386
4#353973
5#2C3060
6#23264D
7#1B1D3A
8#121326
9#090A13
Tints
Lighter variations
1#7277BE
2#8186C5
3#9195CC
4#A1A4D4
5#B0B3DB
6#C0C2E2
7#D0D2E9
8#E0E1F1
9#EFF0F8
Tones
Muted variations
1#666BB2
2#6A6FAE
3#6F72AA
4#7376A6
5#777AA1
6#7B7E9D
7#808199
8#848595
9#888990
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 | AFB2 #AFB2DA | BordersInactive statesPlaceholder text |
| 400 | 8589 #8589C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6267 #6267B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 474C #474C9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383D #383D7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282B #282B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1C #1A1C38 | 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: #AFB2DA;
--steel-blue-400: #8589C7;
--steel-blue-500: #6267B7;
--steel-blue-600: #474C9A;
--steel-blue-700: #383D7A;
--steel-blue-800: #282B57;
--steel-blue-900: #1A1C38;
--steel-blue-950: #101123;
}