Steel Blue
#4DA1CB
BlueColor Codes
All color formats for development
HEX
#4DA1CBRGB
rgb(77, 161, 203)HSL
hsl(200, 55%, 55%)OKLCH
oklch(0.674 0.102 232.9)CMYK
cmyk(62%, 21%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3995C4
2#3285AE
3#2C7498
4#266482
5#20536D
6#194257
7#133241
8#0D212B
9#061116
Tints
Lighter variations
1#5FABD1
2#71B4D6
3#82BDDB
4#94C7E0
5#A6D0E5
6#B8DAEA
7#CAE3F0
8#DBECF5
9#EDF6FA
Tones
Muted variations
1#539FC5
2#5A9DBF
3#609BB8
4#6699B2
5#6D97AC
6#7395A5
7#79939F
8#809099
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 | CCE4 #CCE4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CF #A4CFE5 | BordersInactive statesPlaceholder text |
| 400 | 75B6 #75B6D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DA1 #4DA1CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3285 #3285AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 286A #286A8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D4B #1D4B63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1230 #12303F | 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: #CCE4F0;
--steel-blue-300: #A4CFE5;
--steel-blue-400: #75B6D7;
--steel-blue-500: #4DA1CB;
--steel-blue-600: #3285AE;
--steel-blue-700: #286A8A;
--steel-blue-800: #1D4B63;
--steel-blue-900: #12303F;
--steel-blue-950: #0B1E28;
}