Royal Blue
#6435E3
PurpleColor Codes
All color formats for development
HEX
#6435E3RGB
rgb(100, 53, 227)HSL
hsl(256, 76%, 55%)OKLCH
oklch(0.504 0.241 286.4)CMYK
cmyk(56%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#511EDE
2#481BC5
3#3F18AD
4#361494
5#2D117B
6#240D63
7#1B0A4A
8#120731
9#090319
Tints
Lighter variations
1#7349E6
2#835DE9
3#9272EC
4#A286EE
5#B19AF1
6#C1AEF4
7#D0C2F7
8#E0D7F9
9#EFEBFC
Tones
Muted variations
1#683EDB
2#6C46D2
3#704FC9
4#7458C1
5#7861B8
6#7C69AF
7#8072A6
8#847B9E
9#888495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E0 #E7E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C5 #D2C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B098 #B098F1 | BordersInactive statesPlaceholder text |
| 400 | 8662 #8662EA | Disabled statesSecondary iconsMuted text |
| 500 | 6435 #6435E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 481B #481BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A15 #3A159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290F #290F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A0A #1A0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F2FD;
--royal-blue-100: #E7E0FB;
--royal-blue-200: #D2C5F7;
--royal-blue-300: #B098F1;
--royal-blue-400: #8662EA;
--royal-blue-500: #6435E3;
--royal-blue-600: #481BC5;
--royal-blue-700: #3A159D;
--royal-blue-800: #290F70;
--royal-blue-900: #1A0A48;
--royal-blue-950: #10062D;
}