Royal Blue
#5022F7
BlueColor Codes
All color formats for development
HEX
#5022F7RGB
rgb(80, 34, 247)HSL
hsl(253, 93%, 55%)OKLCH
oklch(0.49 0.278 278.5)CMYK
cmyk(68%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C09F4
2#3508D9
3#2E07BD
4#2806A2
5#210587
6#1B046C
7#140351
8#0D0236
9#07011B
Tints
Lighter variations
1#6138F8
2#734EF9
3#8464F9
4#967AFA
5#A790FB
6#B9A6FC
7#CABDFD
8#DCD3FD
9#EDE9FE
Tones
Muted variations
1#562CEC
2#5C37E2
3#6242D7
4#684CCC
5#6E57C2
6#7462B7
7#7A6CAC
8#8077A2
9#868297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCBF #CCBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A58E #A58EFB | BordersInactive statesPlaceholder text |
| 400 | 7753 #7753F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5022 #5022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3508 #3508D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A06 #2A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E04 #1E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1303 #13034F | Primary textHigh emphasis contentDark headings |
| 950 | 0C02 #0C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FE;
--royal-blue-100: #E4DDFE;
--royal-blue-200: #CCBFFD;
--royal-blue-300: #A58EFB;
--royal-blue-400: #7753F9;
--royal-blue-500: #5022F7;
--royal-blue-600: #3508D9;
--royal-blue-700: #2A06AC;
--royal-blue-800: #1E047B;
--royal-blue-900: #13034F;
--royal-blue-950: #0C0231;
}