Steel Blue
#3295AE
CyanColor Codes
All color formats for development
HEX
#3295AERGB
rgb(50, 149, 174)HSL
hsl(192, 55%, 44%)OKLCH
oklch(0.624 0.096 218.2)CMYK
cmyk(71%, 14%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D869D
2#28778B
3#23687A
4#1E5A68
5#194B57
6#143C46
7#0F2D34
8#0A1E23
9#050F11
Tints
Lighter variations
1#39A8C4
2#4EB2CC
3#64BCD2
4#7AC6D8
5#90CFDF
6#A6D9E5
7#BDE2EC
8#D3ECF2
9#E9F5F9
Tones
Muted variations
1#3992A8
2#3F8EA2
3#458A9B
4#4B8695
5#51838F
6#587F89
7#5E7B83
8#64787D
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 | CCE9 #CCE9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D8 #A4D8E5 | BordersInactive statesPlaceholder text |
| 400 | 75C3 #75C3D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DB2 #4DB2CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3295 #3295AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2877 #28778A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D55 #1D5563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1236 #12363F | 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: #CCE9F0;
--steel-blue-300: #A4D8E5;
--steel-blue-400: #75C3D7;
--steel-blue-500: #4DB2CB;
--steel-blue-600: #3295AE;
--steel-blue-700: #28778A;
--steel-blue-800: #1D5563;
--steel-blue-900: #12363F;
--steel-blue-950: #0B2228;
}