Steel Blue
#3598AC
CyanColor Codes
All color formats for development
HEX
#3598ACRGB
rgb(53, 152, 172)HSL
hsl(190, 53%, 44%)OKLCH
oklch(0.631 0.094 213.8)CMYK
cmyk(69%, 12%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F899A
2#2A7989
3#256A78
4#205B67
5#1A4C56
6#153D45
7#102E33
8#0B1E22
9#050F11
Tints
Lighter variations
1#3BABC2
2#50B5C9
3#66BED0
4#7CC8D7
5#92D1DD
6#A8DAE4
7#BDE3EB
8#D3EDF2
9#E9F6F8
Tones
Muted variations
1#3B94A6
2#4190A0
3#478C9A
4#4D8894
5#52848E
6#588088
7#5E7C82
8#64787C
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 | CCEA #CCEAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D9 #A5D9E3 | BordersInactive statesPlaceholder text |
| 400 | 76C5 #76C5D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB5 #4FB5C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3598 #3598AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A79 #2A7989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E56 #1E5662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1337 #13373E | Primary textHigh emphasis contentDark headings |
| 950 | 0C23 #0C2327 | 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: #CCEAEF;
--steel-blue-300: #A5D9E3;
--steel-blue-400: #76C5D5;
--steel-blue-500: #4FB5C9;
--steel-blue-600: #3598AC;
--steel-blue-700: #2A7989;
--steel-blue-800: #1E5662;
--steel-blue-900: #13373E;
--steel-blue-950: #0C2327;
}