Steel Blue
#3590AC
CyanColor Codes
All color formats for development
HEX
#3590ACRGB
rgb(53, 144, 172)HSL
hsl(194, 53%, 44%)OKLCH
oklch(0.612 0.094 222.1)CMYK
cmyk(69%, 16%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F829A
2#2A7389
3#256578
4#205667
5#1A4856
6#153A45
7#102B33
8#0B1D22
9#050E11
Tints
Lighter variations
1#3BA2C2
2#50ADC9
3#66B7D0
4#7CC2D7
5#92CCDD
6#A8D6E4
7#BDE0EB
8#D3EBF2
9#E9F5F8
Tones
Muted variations
1#3B8DA6
2#418AA0
3#47869A
4#4D8394
5#52808E
6#587D88
7#5E7A82
8#64777C
9#6A7376
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE7 #CCE7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D5 #A5D5E3 | BordersInactive statesPlaceholder text |
| 400 | 76BF #76BFD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FAD #4FADC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3590 #3590AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A72 #2A7289 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E52 #1E5262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1334 #13343E | 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: #E4F2F7;
--steel-blue-200: #CCE7EF;
--steel-blue-300: #A5D5E3;
--steel-blue-400: #76BFD5;
--steel-blue-500: #4FADC9;
--steel-blue-600: #3590AC;
--steel-blue-700: #2A7289;
--steel-blue-800: #1E5262;
--steel-blue-900: #13343E;
--steel-blue-950: #0C2127;
}