Royal Blue
#545FC4
BlueColor Codes
All color formats for development
HEX
#545FC4RGB
rgb(84, 95, 196)HSL
hsl(234, 49%, 55%)OKLCH
oklch(0.53 0.156 275.1)CMYK
cmyk(57%, 52%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#404DBC
2#3944A7
3#323C92
4#2B337D
5#242B68
6#1D2254
7#151A3F
8#0E112A
9#070915
Tints
Lighter variations
1#656FCA
2#767FD0
3#878FD6
4#989FDC
5#AAAFE2
6#BBBFE8
7#CCCFED
8#DDDFF3
9#EEEFF9
Tones
Muted variations
1#5A64BF
2#5F68B9
3#656DB4
4#6B71AE
5#7076A8
6#767AA3
7#7B7F9D
8#818397
9#878892
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED1 #CED1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AD #A8ADE1 | BordersInactive statesPlaceholder text |
| 400 | 7A83 #7A83D1 | Disabled statesSecondary iconsMuted text |
| 500 | 545F #545FC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3944 #3944A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E36 #2E3685 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2127 #21275F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1519 #15193D | Primary textHigh emphasis contentDark headings |
| 950 | 0D10 #0D1026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F4FB;
--royal-blue-100: #E4E6F6;
--royal-blue-200: #CED1EE;
--royal-blue-300: #A8ADE1;
--royal-blue-400: #7A83D1;
--royal-blue-500: #545FC4;
--royal-blue-600: #3944A7;
--royal-blue-700: #2E3685;
--royal-blue-800: #21275F;
--royal-blue-900: #15193D;
--royal-blue-950: #0D1026;
}