Steel Blue
#4CA2CD
BlueColor Codes
All color formats for development
HEX
#4CA2CDRGB
rgb(76, 162, 205)HSL
hsl(200, 56%, 55%)OKLCH
oklch(0.677 0.104 233)CMYK
cmyk(63%, 21%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3896C5
2#3185AF
3#2B7599
4#256483
5#1F536D
6#194358
7#133242
8#0C212C
9#061116
Tints
Lighter variations
1#5EABD2
2#70B4D7
3#82BEDC
4#94C7E1
5#A5D0E6
6#B7DAEB
7#C9E3F0
8#DBECF5
9#EDF6FA
Tones
Muted variations
1#52A0C6
2#599DC0
3#5F9BB9
4#6699B3
5#6C97AC
6#7395A6
7#7993A0
8#7F9199
9#868E93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE4 #CBE4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CF #A4CFE5 | BordersInactive statesPlaceholder text |
| 400 | 74B6 #74B6D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CA2 #4CA2CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3185 #3185AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 276A #276A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C4C #1C4C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1230 #123040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1E #0B1E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E3F0F7;
--steel-blue-200: #CBE4F0;
--steel-blue-300: #A4CFE5;
--steel-blue-400: #74B6D8;
--steel-blue-500: #4CA2CD;
--steel-blue-600: #3185AF;
--steel-blue-700: #276A8B;
--steel-blue-800: #1C4C63;
--steel-blue-900: #123040;
--steel-blue-950: #0B1E28;
}