Steel Blue
#4DAACB
BlueColor Codes
All color formats for development
HEX
#4DAACBRGB
rgb(77, 170, 203)HSL
hsl(196, 55%, 55%)OKLCH
oklch(0.695 0.1 224.4)CMYK
cmyk(62%, 16%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#399FC4
2#328DAE
3#2C7B98
4#266A82
5#20586D
6#194657
7#133541
8#0D232B
9#061216
Tints
Lighter variations
1#5FB2D1
2#71BBD6
3#82C3DB
4#94CCE0
5#A6D4E5
6#B8DDEA
7#CAE5F0
8#DBEEF5
9#EDF6FA
Tones
Muted variations
1#53A7C5
2#5AA4BF
3#60A1B8
4#669EB2
5#6D9BAC
6#7398A5
7#79959F
8#809299
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 | CCE6 #CCE6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D3 #A4D3E5 | BordersInactive statesPlaceholder text |
| 400 | 75BD #75BDD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DAA #4DAACB | Primary brand colorCTAsActive elementsLinks |
| 600 | 328D #328DAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2870 #28708A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D50 #1D5063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1233 #12333F | Primary textHigh emphasis contentDark headings |
| 950 | 0B20 #0B2028 | 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: #CCE6F0;
--steel-blue-300: #A4D3E5;
--steel-blue-400: #75BDD7;
--steel-blue-500: #4DAACB;
--steel-blue-600: #328DAE;
--steel-blue-700: #28708A;
--steel-blue-800: #1D5063;
--steel-blue-900: #12333F;
--steel-blue-950: #0B2028;
}