Steel Blue
#3293AE
CyanColor Codes
All color formats for development
HEX
#3293AERGB
rgb(50, 147, 174)HSL
hsl(193, 55%, 44%)OKLCH
oklch(0.619 0.096 220.2)CMYK
cmyk(71%, 16%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D849D
2#28768B
3#23677A
4#1E5868
5#194A57
6#143B46
7#0F2C34
8#0A1D23
9#050F11
Tints
Lighter variations
1#39A6C4
2#4EB0CC
3#64BAD2
4#7AC4D8
5#90CEDF
6#A6D8E5
7#BDE2EC
8#D3EBF2
9#E9F5F9
Tones
Muted variations
1#3990A8
2#3F8CA2
3#45899B
4#4B8595
5#51828F
6#587E89
7#5E7B83
8#64777D
9#6A7476
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 | CCE8 #CCE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D7 #A4D7E5 | BordersInactive statesPlaceholder text |
| 400 | 75C2 #75C2D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DB0 #4DB0CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3293 #3293AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2875 #28758A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D54 #1D5463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1236 #12363F | 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: #CCE8F0;
--steel-blue-300: #A4D7E5;
--steel-blue-400: #75C2D7;
--steel-blue-500: #4DB0CB;
--steel-blue-600: #3293AE;
--steel-blue-700: #28758A;
--steel-blue-800: #1D5463;
--steel-blue-900: #12363F;
--steel-blue-950: #0B2128;
}