Steel Blue
#3493AD
CyanColor Codes
All color formats for development
HEX
#3493ADRGB
rgb(52, 147, 173)HSL
hsl(193, 54%, 44%)OKLCH
oklch(0.619 0.095 219.7)CMYK
cmyk(70%, 15%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E849C
2#29758A
3#246779
4#1F5868
5#1A4956
6#153B45
7#0F2C34
8#0A1D23
9#050F11
Tints
Lighter variations
1#3AA5C3
2#4FB0CA
3#65BAD1
4#7BC4D8
5#91CDDE
6#A7D7E5
7#BDE1EB
8#D3EBF2
9#E9F5F8
Tones
Muted variations
1#3A8FA7
2#408CA1
3#46889B
4#4C8595
5#52818E
6#587E88
7#5E7A82
8#64777C
9#6A7476
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE8 #CCE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D6 #A5D6E4 | BordersInactive statesPlaceholder text |
| 400 | 76C1 #76C1D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EAF #4EAFCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3493 #3493AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2975 #297589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D53 #1D5362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1335 #13353F | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFB;
--steel-blue-100: #E4F3F7;
--steel-blue-200: #CCE8F0;
--steel-blue-300: #A5D6E4;
--steel-blue-400: #76C1D6;
--steel-blue-500: #4EAFCA;
--steel-blue-600: #3493AD;
--steel-blue-700: #297589;
--steel-blue-800: #1D5362;
--steel-blue-900: #13353F;
--steel-blue-950: #0C2127;
}