Royal Blue
#545DC4
BlueColor Codes
All color formats for development
HEX
#545DC4RGB
rgb(84, 93, 196)HSL
hsl(235, 49%, 55%)OKLCH
oklch(0.526 0.159 275.7)CMYK
cmyk(57%, 53%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#404BBC
2#3942A7
3#323A92
4#2B327D
5#242968
6#1D2154
7#15193F
8#0E112A
9#070815
Tints
Lighter variations
1#656ECA
2#767ED0
3#878ED6
4#989EDC
5#AAAEE2
6#BBBEE8
7#CCCFED
8#DDDFF3
9#EEEFF9
Tones
Muted variations
1#5A62BF
2#5F67B9
3#656BB4
4#6B70AE
5#7075A8
6#767AA3
7#7B7E9D
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 | CED0 #CED0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AC #A8ACE1 | BordersInactive statesPlaceholder text |
| 400 | 7A81 #7A81D1 | Disabled statesSecondary iconsMuted text |
| 500 | 545D #545DC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3942 #3942A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E35 #2E3585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2126 #21265F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1518 #15183D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0F #0D0F26 | 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: #CED0EE;
--royal-blue-300: #A8ACE1;
--royal-blue-400: #7A81D1;
--royal-blue-500: #545DC4;
--royal-blue-600: #3942A7;
--royal-blue-700: #2E3585;
--royal-blue-800: #21265F;
--royal-blue-900: #15183D;
--royal-blue-950: #0D0F26;
}