Steel Blue
#6D95DF
BlueColor Codes
All color formats for development
HEX
#6D95DFRGB
rgb(109, 149, 223)HSL
hsl(219, 64%, 65%)OKLCH
oklch(0.672 0.119 262)CMYK
cmyk(51%, 33%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5181D9
2#366DD3
3#2A5EBE
4#2450A3
5#1E4388
6#18366D
7#122852
8#0C1B36
9#060D1B
Tints
Lighter variations
1#7B9FE2
2#8AAAE5
3#99B5E9
4#A7BFEC
5#B6CAEF
6#C4D4F2
7#D3DFF5
8#E2EAF9
9#F0F4FC
Tones
Muted variations
1#7296D9
2#7898D3
3#7E9ACE
4#839BC8
5#899DC2
6#8F9FBD
7#95A1B7
8#9AA2B1
9#A0A4AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D7 #C9D7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB9 #9FB9EA | BordersInactive statesPlaceholder text |
| 400 | 6D95 #6D95DF | Disabled statesSecondary iconsMuted text |
| 500 | 4376 #4376D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 285B #285BB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2048 #204892 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1734 #173469 | 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: #F2F6FC;
--steel-blue-100: #E2EAF9;
--steel-blue-200: #C9D7F3;
--steel-blue-300: #9FB9EA;
--steel-blue-400: #6D95DF;
--steel-blue-500: #4376D6;
--steel-blue-600: #285BB8;
--steel-blue-700: #204892;
--steel-blue-800: #173469;
--steel-blue-900: #0F2143;
--steel-blue-950: #09152A;
}