Steel Blue
#1F93C1
BlueColor Codes
All color formats for development
HEX
#1F93C1RGB
rgb(31, 147, 193)HSL
hsl(197, 72%, 44%)OKLCH
oklch(0.624 0.118 231)CMYK
cmyk(84%, 24%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C84AE
2#19769A
3#166787
4#135874
5#104A60
6#0D3B4D
7#092C3A
8#061D27
9#030F13
Tints
Lighter variations
1#23A6DA
2#3BB0DF
3#53BAE3
4#6CC4E7
5#84CEEB
6#9DD8EF
7#B5E2F3
8#CEEBF7
9#E6F5FB
Tones
Muted variations
1#2790B9
2#308CB1
3#3889A9
4#4085A1
5#488299
6#507E91
7#587B88
8#607780
9#687478
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F3 #E0F3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E8 #C6E8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD7 #9AD7EF | BordersInactive statesPlaceholder text |
| 400 | 65C2 #65C2E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AB0 #3AB0DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F93 #1F93C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1975 #19759A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1254 #12546E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B36 #0B3646 | Primary textHigh emphasis contentDark headings |
| 950 | 0721 #07212C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFD;
--steel-blue-100: #E0F3FA;
--steel-blue-200: #C6E8F6;
--steel-blue-300: #9AD7EF;
--steel-blue-400: #65C2E6;
--steel-blue-500: #3AB0DF;
--steel-blue-600: #1F93C1;
--steel-blue-700: #19759A;
--steel-blue-800: #12546E;
--steel-blue-900: #0B3646;
--steel-blue-950: #07212C;
}