Steel Blue
#4DACCB
BlueColor Codes
All color formats for development
HEX
#4DACCBRGB
rgb(77, 172, 203)HSL
hsl(195, 55%, 55%)OKLCH
oklch(0.7 0.099 222.5)CMYK
cmyk(62%, 15%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39A1C4
2#328FAE
3#2C7D98
4#266B82
5#20596D
6#194857
7#133641
8#0D242B
9#061216
Tints
Lighter variations
1#5FB4D1
2#71BCD6
3#82C5DB
4#94CDE0
5#A6D5E5
6#B8DEEA
7#CAE6F0
8#DBEEF5
9#EDF7FA
Tones
Muted variations
1#53A9C5
2#5AA5BF
3#60A2B8
4#669FB2
5#6D9CAC
6#7399A5
7#79969F
8#809399
9#868F93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE7 #CCE7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D4 #A4D4E5 | BordersInactive statesPlaceholder text |
| 400 | 75BE #75BED7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DAC #4DACCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 328F #328FAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2872 #28728A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D51 #1D5163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1234 #12343F | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E3F2F7;
--steel-blue-200: #CCE7F0;
--steel-blue-300: #A4D4E5;
--steel-blue-400: #75BED7;
--steel-blue-500: #4DACCB;
--steel-blue-600: #328FAE;
--steel-blue-700: #28728A;
--steel-blue-800: #1D5163;
--steel-blue-900: #12343F;
--steel-blue-950: #0B2128;
}