Royal Blue
#546AF8
BlueColor Codes
All color formats for development
HEX
#546AF8RGB
rgb(84, 106, 248)HSL
hsl(232, 92%, 65%)OKLCH
oklch(0.589 0.212 271.6)CMYK
cmyk(66%, 57%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#344EF7
2#1432F5
3#0926DF
4#0820BF
5#071B9F
6#05167F
7#04105F
8#030B40
9#010520
Tints
Lighter variations
1#6578F9
2#7687F9
3#8796FA
4#98A5FB
5#A9B4FB
6#BAC3FC
7#CCD2FD
8#DDE1FE
9#EEF0FE
Tones
Muted variations
1#5C70F0
2#6476E7
3#6C7CDF
4#7482D7
5#7D88CF
6#858EC7
7#8D94BE
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 | DDE1 #DDE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC7 #BFC7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9D #8E9DFA | BordersInactive statesPlaceholder text |
| 400 | 546A #546AF8 | Disabled statesSecondary iconsMuted text |
| 500 | 233F #233FF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0925 #0925D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 071D #071DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0515 #05157A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030D #030D4E | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE1FE;
--royal-blue-200: #BFC7FC;
--royal-blue-300: #8E9DFA;
--royal-blue-400: #546AF8;
--royal-blue-500: #233FF6;
--royal-blue-600: #0925D7;
--royal-blue-700: #071DAB;
--royal-blue-800: #05157A;
--royal-blue-900: #030D4E;
--royal-blue-950: #020831;
}