Steel Blue
#3094B0
CyanColor Codes
All color formats for development
HEX
#3094B0RGB
rgb(48, 148, 176)HSL
hsl(193, 57%, 44%)OKLCH
oklch(0.622 0.098 220.6)CMYK
cmyk(73%, 16%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B869F
2#27778D
3#22687B
4#1D596A
5#184A58
6#133B46
7#0E2D35
8#0A1E23
9#050F12
Tints
Lighter variations
1#36A7C7
2#4CB2CE
3#62BBD4
4#78C5DA
5#8FCFE0
6#A5D8E6
7#BCE2ED
8#D2ECF3
9#E9F5F9
Tones
Muted variations
1#3791AA
2#3D8DA3
3#438A9D
4#4A8697
5#508290
6#577F8A
7#5D7B83
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 | CBE9 #CBE9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3D7 #A3D7E6 | BordersInactive statesPlaceholder text |
| 400 | 73C3 #73C3D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BB1 #4BB1CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3094 #3094B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2676 #26768C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B54 #1B5464 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1236 #123640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | 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: #CBE9F1;
--steel-blue-300: #A3D7E6;
--steel-blue-400: #73C3D9;
--steel-blue-500: #4BB1CE;
--steel-blue-600: #3094B0;
--steel-blue-700: #26768C;
--steel-blue-800: #1B5464;
--steel-blue-900: #123640;
--steel-blue-950: #0B2228;
}