Royal Blue
#546CF8
BlueColor Codes
All color formats for development
HEX
#546CF8RGB
rgb(84, 108, 248)HSL
hsl(231, 92%, 65%)OKLCH
oklch(0.592 0.209 271.2)CMYK
cmyk(66%, 56%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3451F7
2#1436F5
3#0929DF
4#0823BF
5#071E9F
6#05187F
7#04125F
8#030C40
9#010620
Tints
Lighter variations
1#657BF9
2#768AF9
3#8798FA
4#98A7FB
5#A9B6FB
6#BAC4FC
7#CCD3FD
8#DDE2FE
9#EEF0FE
Tones
Muted variations
1#5C72F0
2#6478E7
3#6C7EDF
4#7483D7
5#7D89CF
6#858FC7
7#8D95BE
8#959AB6
9#9EA0AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC9 #BFC9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9F #8E9FFA | BordersInactive statesPlaceholder text |
| 400 | 546C #546CF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2342 #2342F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0928 #0928D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0720 #0720AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0517 #05177A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030F #030F4E | Primary textHigh emphasis contentDark headings |
| 950 | 0209 #020931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE2FE;
--royal-blue-200: #BFC9FC;
--royal-blue-300: #8E9FFA;
--royal-blue-400: #546CF8;
--royal-blue-500: #2342F6;
--royal-blue-600: #0928D7;
--royal-blue-700: #0720AB;
--royal-blue-800: #05177A;
--royal-blue-900: #030F4E;
--royal-blue-950: #020931;
}