Royal Blue
#5327F1
BlueColor Codes
All color formats for development
HEX
#5327F1RGB
rgb(83, 39, 241)HSL
hsl(253, 88%, 55%)OKLCH
oklch(0.49 0.269 279.8)CMYK
cmyk(66%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F0FED
2#380DD3
3#310CB9
4#2A0A9E
5#230884
6#1C0769
7#15054F
8#0E0335
9#07021A
Tints
Lighter variations
1#643DF3
2#7552F4
3#8768F5
4#987EF7
5#A993F8
6#BAA9F9
7#CBBEFB
8#DDD4FC
9#EEE9FE
Tones
Muted variations
1#5931E7
2#5E3BDD
3#6446D3
4#6A50C9
5#705ABF
6#7564B5
7#7B6EAB
8#8178A0
9#878296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC1 #CDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A791 #A791F8 | BordersInactive statesPlaceholder text |
| 400 | 7957 #7957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5327 #5327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 380D #380DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D0B #2D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2008 #200878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1405 #14054D | Primary textHigh emphasis contentDark headings |
| 950 | 0D03 #0D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E4DDFD;
--royal-blue-200: #CDC1FB;
--royal-blue-300: #A791F8;
--royal-blue-400: #7957F4;
--royal-blue-500: #5327F1;
--royal-blue-600: #380DD3;
--royal-blue-700: #2D0BA8;
--royal-blue-800: #200878;
--royal-blue-900: #14054D;
--royal-blue-950: #0D0330;
}