Steel Blue
#4C99CD
BlueColor Codes
All color formats for development
HEX
#4C99CDRGB
rgb(76, 153, 205)HSL
hsl(204, 56%, 55%)OKLCH
oklch(0.656 0.109 240.7)CMYK
cmyk(63%, 25%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#388CC5
2#317DAF
3#2B6D99
4#255E83
5#1F4E6D
6#193E58
7#132F42
8#0C1F2C
9#061016
Tints
Lighter variations
1#5EA3D2
2#70ADD7
3#82B8DC
4#94C2E1
5#A5CCE6
6#B7D6EB
7#C9E0F0
8#DBEBF5
9#EDF5FA
Tones
Muted variations
1#5298C6
2#5997C0
3#5F95B9
4#6694B3
5#6C93AC
6#7391A6
7#7990A0
8#7F8F99
9#868E93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EF #E3EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE2 #CBE2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CB #A4CBE5 | BordersInactive statesPlaceholder text |
| 400 | 74B0 #74B0D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C99 #4C99CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 317D #317DAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2763 #27638B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C47 #1C4763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122D #122D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1C #0B1C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3EFF7;
--steel-blue-200: #CBE2F0;
--steel-blue-300: #A4CBE5;
--steel-blue-400: #74B0D8;
--steel-blue-500: #4C99CD;
--steel-blue-600: #317DAF;
--steel-blue-700: #27638B;
--steel-blue-800: #1C4763;
--steel-blue-900: #122D40;
--steel-blue-950: #0B1C28;
}