Steel Blue
#1E8EC2
BlueColor Codes
All color formats for development
HEX
#1E8EC2RGB
rgb(30, 142, 194)HSL
hsl(199, 73%, 44%)OKLCH
oklch(0.612 0.122 235.2)CMYK
cmyk(85%, 27%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B80AF
2#18729B
3#156488
4#125574
5#0F4761
6#0C394E
7#092B3A
8#061C27
9#030E13
Tints
Lighter variations
1#22A0DB
2#39ABE0
3#52B6E4
4#6BC0E8
5#83CBEC
6#9CD5F0
7#B5E0F3
8#CEEAF7
9#E6F5FB
Tones
Muted variations
1#268BBA
2#2F88B2
3#3785AA
4#3F82A1
5#477F99
6#4F7C91
7#587989
8#607681
9#687378
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E7 #C6E7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD4 #9AD4EF | BordersInactive statesPlaceholder text |
| 400 | 65BE #65BEE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38AB #38ABE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E8E #1E8EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1871 #18719A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1151 #11516E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B34 #0B3447 | Primary textHigh emphasis contentDark headings |
| 950 | 0720 #07202C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FD;
--steel-blue-100: #E0F2FA;
--steel-blue-200: #C6E7F6;
--steel-blue-300: #9AD4EF;
--steel-blue-400: #65BEE7;
--steel-blue-500: #38ABE0;
--steel-blue-600: #1E8EC2;
--steel-blue-700: #18719A;
--steel-blue-800: #11516E;
--steel-blue-900: #0B3447;
--steel-blue-950: #07202C;
}