Royal Blue
#546FF8
BlueColor Codes
All color formats for development
HEX
#546FF8RGB
rgb(84, 111, 248)HSL
hsl(230, 92%, 65%)OKLCH
oklch(0.598 0.206 270.5)CMYK
cmyk(66%, 55%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3454F7
2#143AF5
3#092DDF
4#0826BF
5#07209F
6#051A7F
7#04135F
8#030D40
9#010620
Tints
Lighter variations
1#657DF9
2#768CF9
3#879AFA
4#98A9FB
5#A9B7FB
6#BAC5FC
7#CCD4FD
8#DDE2FE
9#EEF1FE
Tones
Muted variations
1#5C74F0
2#647AE7
3#6C7FDF
4#7485D7
5#7D8ACF
6#8590C7
7#8D95BE
8#959BB6
9#9EA0AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCA #BFCAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA0 #8EA0FA | BordersInactive statesPlaceholder text |
| 400 | 546F #546FF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2346 #2346F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 092B #092BD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0723 #0723AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0519 #05197A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0310 #03104E | Primary textHigh emphasis contentDark headings |
| 950 | 020A #020A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FE;
--royal-blue-100: #DDE2FE;
--royal-blue-200: #BFCAFC;
--royal-blue-300: #8EA0FA;
--royal-blue-400: #546FF8;
--royal-blue-500: #2346F6;
--royal-blue-600: #092BD7;
--royal-blue-700: #0723AB;
--royal-blue-800: #05197A;
--royal-blue-900: #03104E;
--royal-blue-950: #020A31;
}