Royal Blue
#5535E3
BlueColor Codes
All color formats for development
HEX
#5535E3RGB
rgb(85, 53, 227)HSL
hsl(251, 76%, 55%)OKLCH
oklch(0.491 0.243 281)CMYK
cmyk(63%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#411EDE
2#3A1BC5
3#3318AD
4#2C1494
5#24117B
6#1D0D63
7#160A4A
8#0F0731
9#070319
Tints
Lighter variations
1#6649E6
2#775DE9
3#8872EC
4#9986EE
5#AA9AF1
6#BBAEF4
7#CCC2F7
8#DDD7F9
9#EEEBFC
Tones
Muted variations
1#5B3EDB
2#6046D2
3#664FC9
4#6B58C1
5#7161B8
6#7669AF
7#7C72A6
8#817B9E
9#878495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E0 #E5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC5 #CEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A898 #A898F1 | BordersInactive statesPlaceholder text |
| 400 | 7B62 #7B62EA | Disabled statesSecondary iconsMuted text |
| 500 | 5535 #5535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A1B #3A1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E15 #2E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210F #210F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 150A #150A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F2FD;
--royal-blue-100: #E5E0FB;
--royal-blue-200: #CEC5F7;
--royal-blue-300: #A898F1;
--royal-blue-400: #7B62EA;
--royal-blue-500: #5535E3;
--royal-blue-600: #3A1BC5;
--royal-blue-700: #2E159D;
--royal-blue-800: #210F70;
--royal-blue-900: #150A48;
--royal-blue-950: #0D062D;
}