Royal Blue
#5627F1
BlueColor Codes
All color formats for development
HEX
#5627F1RGB
rgb(86, 39, 241)HSL
hsl(254, 88%, 55%)OKLCH
oklch(0.492 0.268 280.8)CMYK
cmyk(64%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430FED
2#3C0DD3
3#340CB9
4#2D0A9E
5#250884
6#1E0769
7#16054F
8#0F0335
9#07021A
Tints
Lighter variations
1#673DF3
2#7852F4
3#8968F5
4#9A7EF7
5#AB93F8
6#BCA9F9
7#CCBEFB
8#DDD4FC
9#EEE9FE
Tones
Muted variations
1#5C31E7
2#613BDD
3#6746D3
4#6C50C9
5#715ABF
6#7764B5
7#7C6EAB
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 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC1 #CEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A991 #A991F8 | BordersInactive statesPlaceholder text |
| 400 | 7C57 #7C57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5627 #5627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C0D #3C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F0B #2F0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2208 #220878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1605 #16054D | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E5DDFD;
--royal-blue-200: #CEC1FB;
--royal-blue-300: #A991F8;
--royal-blue-400: #7C57F4;
--royal-blue-500: #5627F1;
--royal-blue-600: #3C0DD3;
--royal-blue-700: #2F0BA8;
--royal-blue-800: #220878;
--royal-blue-900: #16054D;
--royal-blue-950: #0E0330;
}