Steel Blue
#3264AE
BlueColor Codes
All color formats for development
HEX
#3264AERGB
rgb(50, 100, 174)HSL
hsl(216, 55%, 44%)OKLCH
oklch(0.507 0.13 258.2)CMYK
cmyk(71%, 43%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D5A9D
2#28508B
3#23467A
4#1E3C68
5#193257
6#142846
7#0F1E34
8#0A1423
9#050A11
Tints
Lighter variations
1#3971C4
2#4E80CC
3#6490D2
4#7AA0D8
5#90B0DF
6#A6C0E5
7#BDCFEC
8#D3DFF2
9#E9EFF9
Tones
Muted variations
1#3965A8
2#3F66A2
3#45689B
4#4B6995
5#516A8F
6#586B89
7#5E6C83
8#646E7D
9#6A6F76
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;
}