Steel Blue
#3890A8
CyanColor Codes
All color formats for development
HEX
#3890A8RGB
rgb(56, 144, 168)HSL
hsl(193, 50%, 44%)OKLCH
oklch(0.611 0.09 219.1)CMYK
cmyk(67%, 14%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#328297
2#2D7387
3#276576
4#225665
5#1C4854
6#163A43
7#112B32
8#0B1D22
9#060E11
Tints
Lighter variations
1#3FA2BE
2#54ADC6
3#69B7CD
4#7EC2D4
5#94CCDB
6#A9D6E2
7#BFE0EA
8#D4EBF1
9#EAF5F8
Tones
Muted variations
1#3E8DA3
2#438A9D
3#498697
4#4F8392
5#54808C
6#5A7D87
7#5F7A81
8#65777B
9#6B7376
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE7 #CDE7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7D5 #A7D5E2 | BordersInactive statesPlaceholder text |
| 400 | 79BF #79BFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 53AD #53ADC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3890 #3890A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D73 #2D7386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2052 #205260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1434 #14343D | Primary textHigh emphasis contentDark headings |
| 950 | 0D21 #0D2126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E4F2F6;
--steel-blue-200: #CDE7EE;
--steel-blue-300: #A7D5E2;
--steel-blue-400: #79BFD2;
--steel-blue-500: #53ADC6;
--steel-blue-600: #3890A8;
--steel-blue-700: #2D7386;
--steel-blue-800: #205260;
--steel-blue-900: #14343D;
--steel-blue-950: #0D2126;
}