Royal Blue
#6B5FEC
BlueColor Codes
All color formats for development
HEX
#6B5FECRGB
rgb(107, 95, 236)HSL
hsl(245, 79%, 65%)OKLCH
oklch(0.576 0.205 281.7)CMYK
cmyk(55%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5042E9
2#3424E5
3#2818D0
4#2215B2
5#1C1194
6#170E77
7#110A59
8#0B073B
9#06031E
Tints
Lighter variations
1#7A6FEE
2#897FF0
3#978FF2
4#A69FF4
5#B5AFF6
6#C4BFF8
7#D3CFF9
8#E1DFFB
9#F0EFFD
Tones
Muted variations
1#7166E5
2#776DDE
3#7D74D7
4#827BD0
5#8882C9
6#8E8AC2
7#9491BB
8#9A98B4
9#A09FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C4 #C8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E96 #9E96F3 | BordersInactive statesPlaceholder text |
| 400 | 6B5F #6B5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4132 #4132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2618 #2618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E13 #1E13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 160D #160D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E09 #0E0949 | 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: #E1DFFB;
--royal-blue-200: #C8C4F8;
--royal-blue-300: #9E96F3;
--royal-blue-400: #6B5FEC;
--royal-blue-500: #4132E7;
--royal-blue-600: #2618C9;
--royal-blue-700: #1E13A0;
--royal-blue-800: #160D72;
--royal-blue-900: #0E0949;
--royal-blue-950: #09052E;
}