Steel Blue
#4D80CB
BlueColor Codes
All color formats for development
HEX
#4D80CBRGB
rgb(77, 128, 203)HSL
hsl(216, 55%, 55%)OKLCH
oklch(0.599 0.128 258)CMYK
cmyk(62%, 37%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3970C4
2#3264AE
3#2C5798
4#264B82
5#203E6D
6#193257
7#132541
8#0D192B
9#060C16
Tints
Lighter variations
1#5F8CD1
2#7199D6
3#82A6DB
4#94B3E0
5#A6BFE5
6#B8CCEA
7#CAD9F0
8#DBE6F5
9#EDF2FA
Tones
Muted variations
1#5381C5
2#5A82BF
3#6083B8
4#6685B2
5#6D86AC
6#7387A5
7#79889F
8#808A99
9#868B93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EB #E3EBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDA #CCDAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4BE #A4BEE5 | BordersInactive statesPlaceholder text |
| 400 | 759C #759CD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D80 #4D80CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3264 #3264AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 284F #284F8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D39 #1D3963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1224 #12243F | Primary textHigh emphasis contentDark headings |
| 950 | 0B17 #0B1728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E3EBF7;
--steel-blue-200: #CCDAF0;
--steel-blue-300: #A4BEE5;
--steel-blue-400: #759CD7;
--steel-blue-500: #4D80CB;
--steel-blue-600: #3264AE;
--steel-blue-700: #284F8A;
--steel-blue-800: #1D3963;
--steel-blue-900: #12243F;
--steel-blue-950: #0B1728;
}