Royal Blue
#6E56F5
BlueColor Codes
All color formats for development
HEX
#6E56F5RGB
rgb(110, 86, 245)HSL
hsl(249, 89%, 65%)OKLCH
oklch(0.571 0.226 283.4)CMYK
cmyk(55%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5337F3
2#3818F2
3#2C0DDB
4#250BBC
5#1F099D
6#19077D
7#13055E
8#0C043F
9#06021F
Tints
Lighter variations
1#7D67F6
2#8B78F7
3#9A89F8
4#A89AF9
5#B7ABFA
6#C5BCFB
7#D4CCFC
8#E2DDFD
9#F1EEFE
Tones
Muted variations
1#745EED
2#7966E5
3#7F6EDD
4#8476D5
5#8A7ECD
6#9086C6
7#958EBE
8#9B96B6
9#A09EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C0 #C9C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A090 #A090F9 | BordersInactive statesPlaceholder text |
| 400 | 6E56 #6E56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 4526 #4526F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A0C #2A0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220A #220AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1807 #180778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F04 #0F044D | Primary textHigh emphasis contentDark headings |
| 950 | 0A03 #0A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E2DDFD;
--royal-blue-200: #C9C0FB;
--royal-blue-300: #A090F9;
--royal-blue-400: #6E56F5;
--royal-blue-500: #4526F2;
--royal-blue-600: #2A0CD4;
--royal-blue-700: #220AA9;
--royal-blue-800: #180778;
--royal-blue-900: #0F044D;
--royal-blue-950: #0A0330;
}