Royal Blue
#5461F8
BlueColor Codes
All color formats for development
HEX
#5461F8RGB
rgb(84, 97, 248)HSL
hsl(235, 92%, 65%)OKLCH
oklch(0.573 0.222 273.3)CMYK
cmyk(66%, 61%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3444F7
2#1427F5
3#091BDF
4#0817BF
5#07139F
6#050F7F
7#040C5F
8#030840
9#010420
Tints
Lighter variations
1#6571F9
2#7681F9
3#8791FA
4#98A0FB
5#A9B0FB
6#BAC0FC
7#CCD0FD
8#DDDFFE
9#EEEFFE
Tones
Muted variations
1#5C68F0
2#646FE7
3#6C76DF
4#747DD7
5#7D84CF
6#858AC7
7#8D91BE
8#9598B6
9#9E9FAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC4 #BFC4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E97 #8E97FA | BordersInactive statesPlaceholder text |
| 400 | 5461 #5461F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2334 #2334F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 091A #091AD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0715 #0715AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 050F #050F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030A #030A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F1FE;
--royal-blue-100: #DDDFFE;
--royal-blue-200: #BFC4FC;
--royal-blue-300: #8E97FA;
--royal-blue-400: #5461F8;
--royal-blue-500: #2334F6;
--royal-blue-600: #091AD7;
--royal-blue-700: #0715AB;
--royal-blue-800: #050F7A;
--royal-blue-900: #030A4E;
--royal-blue-950: #020631;
}