Royal Blue
#6A5BF1
BlueColor Codes
All color formats for development
HEX
#6A5BF1RGB
rgb(106, 91, 241)HSL
hsl(246, 84%, 65%)OKLCH
oklch(0.572 0.216 281.6)CMYK
cmyk(56%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E3CEE
2#321EEB
3#2613D5
4#2110B7
5#1B0D98
6#160B7A
7#10085B
8#0B053D
9#05031E
Tints
Lighter variations
1#796BF2
2#887CF4
3#978CF5
4#A59CF6
5#B4ADF8
6#C3BDF9
7#D2CEFB
8#E1DEFC
9#F0EFFE
Tones
Muted variations
1#7062E9
2#766AE2
3#7C71DA
4#8279D3
5#8880CB
6#8E88C4
7#948FBC
8#9A97B5
9#A09EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C2 #C8C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D93 #9D93F6 | BordersInactive statesPlaceholder text |
| 400 | 6A5B #6A5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 3F2C #3F2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2512 #2512CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D0E #1D0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150A #150A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D07 #0D074B | Primary textHigh emphasis contentDark headings |
| 950 | 0804 #08042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E1DEFC;
--royal-blue-200: #C8C2FA;
--royal-blue-300: #9D93F6;
--royal-blue-400: #6A5BF1;
--royal-blue-500: #3F2CED;
--royal-blue-600: #2512CE;
--royal-blue-700: #1D0EA4;
--royal-blue-800: #150A75;
--royal-blue-900: #0D074B;
--royal-blue-950: #08042F;
}