Royal Blue
#5E35E3
BlueColor Codes
All color formats for development
HEX
#5E35E3RGB
rgb(94, 53, 227)HSL
hsl(254, 76%, 55%)OKLCH
oklch(0.498 0.242 284.2)CMYK
cmyk(59%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B1EDE
2#431BC5
3#3A18AD
4#321494
5#2A117B
6#210D63
7#190A4A
8#110731
9#080319
Tints
Lighter variations
1#6E49E6
2#7E5DE9
3#8E72EC
4#9E86EE
5#AE9AF1
6#BEAEF4
7#CFC2F7
8#DFD7F9
9#EFEBFC
Tones
Muted variations
1#623EDB
2#6746D2
3#6C4FC9
4#7058C1
5#7561B8
6#7A69AF
7#7E72A6
8#837B9E
9#888495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E0 #E6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C5 #D0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD98 #AD98F1 | BordersInactive statesPlaceholder text |
| 400 | 8262 #8262EA | Disabled statesSecondary iconsMuted text |
| 500 | 5E35 #5E35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 431B #431BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3515 #35159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260F #260F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 180A #180A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0F06 #0F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F2FD;
--royal-blue-100: #E6E0FB;
--royal-blue-200: #D0C5F7;
--royal-blue-300: #AD98F1;
--royal-blue-400: #8262EA;
--royal-blue-500: #5E35E3;
--royal-blue-600: #431BC5;
--royal-blue-700: #35159D;
--royal-blue-800: #260F70;
--royal-blue-900: #180A48;
--royal-blue-950: #0F062D;
}