Royal Blue
#547AF8
BlueColor Codes
All color formats for development
HEX
#547AF8RGB
rgb(84, 122, 248)HSL
hsl(226, 92%, 65%)OKLCH
oklch(0.619 0.193 267.8)CMYK
cmyk(66%, 51%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3461F7
2#1449F5
3#093BDF
4#0833BF
5#072A9F
6#05227F
7#04195F
8#031140
9#010820
Tints
Lighter variations
1#6587F9
2#7695F9
3#87A2FA
4#98AFFB
5#A9BCFB
6#BACAFC
7#CCD7FD
8#DDE4FE
9#EEF2FE
Tones
Muted variations
1#5C7EF0
2#6483E7
3#6C87DF
4#748BD7
5#7D90CF
6#8594C7
7#8D99BE
8#959DB6
9#9EA1AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCE #BFCEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA8 #8EA8FA | BordersInactive statesPlaceholder text |
| 400 | 547A #547AF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2354 #2354F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0939 #0939D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 072D #072DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0520 #05207A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0315 #03154E | Primary textHigh emphasis contentDark headings |
| 950 | 020D #020D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FE;
--royal-blue-100: #DDE4FE;
--royal-blue-200: #BFCEFC;
--royal-blue-300: #8EA8FA;
--royal-blue-400: #547AF8;
--royal-blue-500: #2354F6;
--royal-blue-600: #0939D7;
--royal-blue-700: #072DAB;
--royal-blue-800: #05207A;
--royal-blue-900: #03154E;
--royal-blue-950: #020D31;
}