Steel Blue
#6F90DC
BlueColor Codes
All color formats for development
HEX
#6F90DCRGB
rgb(111, 144, 220)HSL
hsl(222, 61%, 65%)OKLCH
oklch(0.661 0.12 265.4)CMYK
cmyk(50%, 35%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#557BD6
2#3A67CF
3#2D58BB
4#274BA0
5#203F85
6#1A326B
7#132650
8#0D1935
9#060D1B
Tints
Lighter variations
1#7E9BE0
2#8CA6E3
3#9AB1E7
4#A9BCEA
5#B7C7EE
6#C6D3F1
7#D4DEF5
8#E2E9F8
9#F1F4FC
Tones
Muted variations
1#7592D7
2#7A94D1
3#8097CC
4#8599C6
5#8B9BC1
6#909DBC
7#959FB6
8#9BA1B1
9#A0A4AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD6 #CAD6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B6 #A1B6E8 | BordersInactive statesPlaceholder text |
| 400 | 6F90 #6F90DC | Disabled statesSecondary iconsMuted text |
| 500 | 4670 #4670D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C55 #2C55B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2343 #234390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1930 #193067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101F #101F42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A13 #0A1329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F5FC;
--steel-blue-100: #E2E9F8;
--steel-blue-200: #CAD6F2;
--steel-blue-300: #A1B6E8;
--steel-blue-400: #6F90DC;
--steel-blue-500: #4670D2;
--steel-blue-600: #2C55B5;
--steel-blue-700: #234390;
--steel-blue-800: #193067;
--steel-blue-900: #101F42;
--steel-blue-950: #0A1329;
}