Steel Blue
#6E95DE
BlueColor Codes
All color formats for development
HEX
#6E95DERGB
rgb(110, 149, 222)HSL
hsl(219, 63%, 65%)OKLCH
oklch(0.672 0.117 262.2)CMYK
cmyk(50%, 33%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5381D8
2#376DD2
3#2B5EBD
4#2551A2
5#1F4387
6#19366C
7#122851
8#0C1B36
9#060D1B
Tints
Lighter variations
1#7C9FE1
2#8BAAE5
3#99B5E8
4#A8BFEB
5#B6CAEE
6#C5D5F2
7#D3DFF5
8#E2EAF8
9#F0F4FC
Tones
Muted variations
1#7397D8
2#7998D3
3#7E9ACD
4#849CC7
5#8A9DC2
6#8F9FBC
7#95A1B7
8#9BA2B1
9#A0A4AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D8 #C9D8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB9 #9FB9E9 | BordersInactive statesPlaceholder text |
| 400 | 6E95 #6E95DE | Disabled statesSecondary iconsMuted text |
| 500 | 4477 #4477D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A5B #2A5BB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2148 #214891 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1834 #183468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F21 #0F2143 | Primary textHigh emphasis contentDark headings |
| 950 | 0915 #09152A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E2EAF8;
--steel-blue-200: #C9D8F3;
--steel-blue-300: #9FB9E9;
--steel-blue-400: #6E95DE;
--steel-blue-500: #4477D5;
--steel-blue-600: #2A5BB7;
--steel-blue-700: #214891;
--steel-blue-800: #183468;
--steel-blue-900: #0F2143;
--steel-blue-950: #09152A;
}