Royal Blue
#6D5EED
BlueColor Codes
All color formats for development
HEX
#6D5EEDRGB
rgb(109, 94, 237)HSL
hsl(246, 80%, 65%)OKLCH
oklch(0.576 0.207 282.5)CMYK
cmyk(54%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5141EA
2#3623E7
3#2A17D1
4#2414B3
5#1E1195
6#180D77
7#120A5A
8#0C073C
9#06031E
Tints
Lighter variations
1#7B6EEF
2#8A7EF1
3#998FF3
4#A79FF4
5#B6AFF6
6#C4BFF8
7#D3CFFA
8#E2DFFB
9#F0EFFD
Tones
Muted variations
1#7265E6
2#786DDF
3#7E74D8
4#837BD1
5#8982C9
6#8F89C2
7#9590BB
8#9A97B4
9#A09FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C3 #C9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F95 #9F95F3 | BordersInactive statesPlaceholder text |
| 400 | 6D5E #6D5EED | Disabled statesSecondary iconsMuted text |
| 500 | 4330 #4330E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2816 #2816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2012 #2012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170D #170D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F08 #0F0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0905 #09052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FD;
--royal-blue-100: #E2DFFB;
--royal-blue-200: #C9C3F8;
--royal-blue-300: #9F95F3;
--royal-blue-400: #6D5EED;
--royal-blue-500: #4330E8;
--royal-blue-600: #2816CA;
--royal-blue-700: #2012A1;
--royal-blue-800: #170D73;
--royal-blue-900: #0F0849;
--royal-blue-950: #09052E;
}