Royal Blue
#545AC4
BlueColor Codes
All color formats for development
HEX
#545AC4RGB
rgb(84, 90, 196)HSL
hsl(237, 49%, 55%)OKLCH
oklch(0.52 0.163 276.7)CMYK
cmyk(57%, 54%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4047BC
2#393FA7
3#323792
4#2B2F7D
5#242768
6#1D1F54
7#15183F
8#0E102A
9#070815
Tints
Lighter variations
1#656ACA
2#767BD0
3#878BD6
4#989CDC
5#AAACE2
6#BBBDE8
7#CCCDED
8#DDDEF3
9#EEEEF9
Tones
Muted variations
1#5A5FBF
2#5F64B9
3#6569B4
4#6B6EAE
5#7073A8
6#7678A3
7#7B7D9D
8#818297
9#878792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECF #CECFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AA #A8AAE1 | BordersInactive statesPlaceholder text |
| 400 | 7A7E #7A7ED1 | Disabled statesSecondary iconsMuted text |
| 500 | 545A #545AC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 393F #393FA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E32 #2E3285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2124 #21245F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1517 #15173D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0E #0D0E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F4FB;
--royal-blue-100: #E4E5F6;
--royal-blue-200: #CECFEE;
--royal-blue-300: #A8AAE1;
--royal-blue-400: #7A7ED1;
--royal-blue-500: #545AC4;
--royal-blue-600: #393FA7;
--royal-blue-700: #2E3285;
--royal-blue-800: #21245F;
--royal-blue-900: #15173D;
--royal-blue-950: #0D0E26;
}