Steel Blue
#3092B0
CyanColor Codes
All color formats for development
HEX
#3092B0RGB
rgb(48, 146, 176)HSL
hsl(194, 57%, 44%)OKLCH
oklch(0.617 0.099 222.5)CMYK
cmyk(73%, 17%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B849F
2#27758D
3#22667B
4#1D586A
5#184958
6#133B46
7#0E2C35
8#0A1D23
9#050F12
Tints
Lighter variations
1#36A5C7
2#4CAFCE
3#62B9D4
4#78C3DA
5#8FCDE0
6#A5D7E6
7#BCE1ED
8#D2EBF3
9#E9F5F9
Tones
Muted variations
1#378FAA
2#3D8BA3
3#43889D
4#4A8597
5#508190
6#577E8A
7#5D7A83
8#63777D
9#6A7477
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE8 #CBE8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3D6 #A3D6E6 | BordersInactive statesPlaceholder text |
| 400 | 73C1 #73C1D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BAF #4BAFCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3092 #3092B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2674 #26748C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B53 #1B5364 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1235 #123540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E3F3F7;
--steel-blue-200: #CBE8F1;
--steel-blue-300: #A3D6E6;
--steel-blue-400: #73C1D9;
--steel-blue-500: #4BAFCE;
--steel-blue-600: #3092B0;
--steel-blue-700: #26748C;
--steel-blue-800: #1B5364;
--steel-blue-900: #123540;
--steel-blue-950: #0B2128;
}