Steel Blue
#3D93A4
CyanColor Codes
All color formats for development
HEX
#3D93A4RGB
rgb(61, 147, 164)HSL
hsl(190, 46%, 44%)OKLCH
oklch(0.618 0.085 212.8)CMYK
cmyk(63%, 10%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#378493
2#307583
3#2A6773
4#245862
5#1E4952
6#183B42
7#122C31
8#0C1D21
9#060F10
Tints
Lighter variations
1#44A5B9
2#58B0C1
3#6DBAC9
4#82C4D1
5#97CDD8
6#ACD7E0
7#C0E1E8
8#D5EBF0
9#EAF5F7
Tones
Muted variations
1#428F9F
2#478C99
3#4C8894
4#51858F
5#56818A
6#5C7E85
7#617B80
8#66777B
9#6B7475
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE8 #CFE8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D6 #A9D6DF | BordersInactive statesPlaceholder text |
| 400 | 7DC1 #7DC1CF | Disabled statesSecondary iconsMuted text |
| 500 | 57AF #57AFC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D93 #3D93A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3075 #307582 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2253 #22535D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1635 #16353C | Primary textHigh emphasis contentDark headings |
| 950 | 0E21 #0E2125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F3F5;
--steel-blue-200: #CFE8ED;
--steel-blue-300: #A9D6DF;
--steel-blue-400: #7DC1CF;
--steel-blue-500: #57AFC1;
--steel-blue-600: #3D93A4;
--steel-blue-700: #307582;
--steel-blue-800: #22535D;
--steel-blue-900: #16353C;
--steel-blue-950: #0E2125;
}