Royal Blue
#6F34E5
PurpleColor Codes
All color formats for development
HEX
#6F34E5RGB
rgb(111, 52, 229)HSL
hsl(260, 77%, 55%)OKLCH
oklch(0.515 0.244 290.2)CMYK
cmyk(52%, 77%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E1DDF
2#531AC7
3#4917AE
4#3F1395
5#34107C
6#2A0D63
7#1F0A4A
8#150632
9#0A0319
Tints
Lighter variations
1#7D48E7
2#8C5DEA
3#9A71ED
4#A885EF
5#B799F2
6#C5AEF4
7#D4C2F7
8#E2D6FA
9#F1EBFC
Tones
Muted variations
1#723DDC
2#7546D3
3#784ECA
4#7B57C1
5#7E60B8
6#8069B0
7#8372A7
8#867B9E
9#898395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C4 #D5C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B597 #B597F2 | BordersInactive statesPlaceholder text |
| 400 | 8F61 #8F61EA | Disabled statesSecondary iconsMuted text |
| 500 | 6F34 #6F34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 531A #531AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4215 #42159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0F #2F0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E09 #1E0948 | Primary textHigh emphasis contentDark headings |
| 950 | 1306 #13062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FD;
--royal-blue-100: #E9DFFB;
--royal-blue-200: #D5C4F7;
--royal-blue-300: #B597F2;
--royal-blue-400: #8F61EA;
--royal-blue-500: #6F34E5;
--royal-blue-600: #531AC7;
--royal-blue-700: #42159E;
--royal-blue-800: #2F0F71;
--royal-blue-900: #1E0948;
--royal-blue-950: #13062D;
}