Royal Blue
#6934E5
PurpleColor Codes
All color formats for development
HEX
#6934E5RGB
rgb(105, 52, 229)HSL
hsl(258, 77%, 55%)OKLCH
oklch(0.509 0.244 288)CMYK
cmyk(54%, 77%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#571DDF
2#4E1AC7
3#4417AE
4#3A1395
5#31107C
6#270D63
7#1D0A4A
8#130632
9#0A0319
Tints
Lighter variations
1#7848E7
2#875DEA
3#9671ED
4#A585EF
5#B499F2
6#C3AEF4
7#D2C2F7
8#E1D6FA
9#F0EBFC
Tones
Muted variations
1#6C3DDC
2#7046D3
3#744ECA
4#7757C1
5#7B60B8
6#7E69B0
7#8272A7
8#857B9E
9#898395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C4 #D4C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B297 #B297F2 | BordersInactive statesPlaceholder text |
| 400 | 8A61 #8A61EA | Disabled statesSecondary iconsMuted text |
| 500 | 6934 #6934E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E1A #4E1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E15 #3E159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0F #2C0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C09 #1C0948 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FD;
--royal-blue-100: #E8DFFB;
--royal-blue-200: #D4C4F7;
--royal-blue-300: #B297F2;
--royal-blue-400: #8A61EA;
--royal-blue-500: #6934E5;
--royal-blue-600: #4E1AC7;
--royal-blue-700: #3E159E;
--royal-blue-800: #2C0F71;
--royal-blue-900: #1C0948;
--royal-blue-950: #12062D;
}