Steel Blue
#6F8EDC
BlueColor Codes
All color formats for development
HEX
#6F8EDCRGB
rgb(111, 142, 220)HSL
hsl(223, 61%, 65%)OKLCH
oklch(0.657 0.122 266.6)CMYK
cmyk(50%, 35%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5579D6
2#3A64CF
3#2D55BB
4#2749A0
5#203D85
6#1A316B
7#132550
8#0D1835
9#060C1B
Tints
Lighter variations
1#7E99E0
2#8CA5E3
3#9AB0E7
4#A9BBEA
5#B7C7EE
6#C6D2F1
7#D4DDF5
8#E2E8F8
9#F1F4FC
Tones
Muted variations
1#7591D7
2#7A93D1
3#8095CC
4#8598C6
5#8B9AC1
6#909CBC
7#959FB6
8#9BA1B1
9#A0A3AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E8 #E2E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD5 #CAD5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B5 #A1B5E8 | BordersInactive statesPlaceholder text |
| 400 | 6F8E #6F8EDC | Disabled statesSecondary iconsMuted text |
| 500 | 466E #466ED2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C53 #2C53B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2342 #234290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192F #192F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101E #101E42 | 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: #E2E8F8;
--steel-blue-200: #CAD5F2;
--steel-blue-300: #A1B5E8;
--steel-blue-400: #6F8EDC;
--steel-blue-500: #466ED2;
--steel-blue-600: #2C53B5;
--steel-blue-700: #234290;
--steel-blue-800: #192F67;
--steel-blue-900: #101E42;
--steel-blue-950: #0A1329;
}