Steel Blue
#3297AE
CyanColor Codes
All color formats for development
HEX
#3297AERGB
rgb(50, 151, 174)HSL
hsl(191, 55%, 44%)OKLCH
oklch(0.629 0.096 216.2)CMYK
cmyk(71%, 13%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D889D
2#28798B
3#236A7A
4#1E5B68
5#194C57
6#143D46
7#0F2D34
8#0A1E23
9#050F11
Tints
Lighter variations
1#39ABC4
2#4EB5CC
3#64BED2
4#7AC7D8
5#90D0DF
6#A6DAE5
7#BDE3EC
8#D3ECF2
9#E9F6F9
Tones
Muted variations
1#3993A8
2#3F8FA2
3#458C9B
4#4B8895
5#51848F
6#588089
7#5E7C83
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 | A4D9 #A4D9E5 | BordersInactive statesPlaceholder text |
| 400 | 75C5 #75C5D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DB4 #4DB4CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3297 #3297AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2878 #28788A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D56 #1D5663 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1237 #12373F | 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: #A4D9E5;
--steel-blue-400: #75C5D7;
--steel-blue-500: #4DB4CB;
--steel-blue-600: #3297AE;
--steel-blue-700: #28788A;
--steel-blue-800: #1D5663;
--steel-blue-900: #12373F;
--steel-blue-950: #0B2228;
}