Royal Blue
#545CC4
BlueColor Codes
All color formats for development
HEX
#545CC4RGB
rgb(84, 92, 196)HSL
hsl(236, 49%, 55%)OKLCH
oklch(0.524 0.16 276.1)CMYK
cmyk(57%, 53%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4049BC
2#3941A7
3#323892
4#2B307D
5#242868
6#1D2054
7#15183F
8#0E102A
9#070815
Tints
Lighter variations
1#656CCA
2#767CD0
3#878DD6
4#989DDC
5#AAADE2
6#BBBEE8
7#CCCEED
8#DDDEF3
9#EEEFF9
Tones
Muted variations
1#5A60BF
2#5F65B9
3#656AB4
4#6B6FAE
5#7074A8
6#7679A3
7#7B7E9D
8#818397
9#878792
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 | A8AB #A8ABE1 | BordersInactive statesPlaceholder text |
| 400 | 7A80 #7A80D1 | Disabled statesSecondary iconsMuted text |
| 500 | 545C #545CC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3941 #3941A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E33 #2E3385 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2125 #21255F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1517 #15173D | 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: #A8ABE1;
--royal-blue-400: #7A80D1;
--royal-blue-500: #545CC4;
--royal-blue-600: #3941A7;
--royal-blue-700: #2E3385;
--royal-blue-800: #21255F;
--royal-blue-900: #15173D;
--royal-blue-950: #0D0F26;
}