Royal Blue
#8736E2
PurpleColor Codes
All color formats for development
HEX
#8736E2RGB
rgb(135, 54, 226)HSL
hsl(268, 75%, 55%)OKLCH
oklch(0.54 0.24 299.4)CMYK
cmyk(40%, 76%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7820DD
2#6B1CC4
3#5D19AC
4#501593
5#43127B
6#350E62
7#280B4A
8#1B0731
9#0D0419
Tints
Lighter variations
1#934AE5
2#9F5EE8
3#AB72EB
4#B787EE
5#C39BF1
6#CFAFF4
7#DBC3F6
8#E7D7F9
9#F3EBFC
Tones
Muted variations
1#873FDA
2#8847D1
3#8850C8
4#8959C0
5#8961B7
6#8A6AAF
7#8B72A6
8#8B7B9D
9#8C8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECE0 #ECE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC5 #DCC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C198 #C198F0 | BordersInactive statesPlaceholder text |
| 400 | A163 #A163E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8736 #8736E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6B1C #6B1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5516 #55169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D10 #3D1070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 270A #270A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F2FD;
--royal-blue-100: #ECE0FB;
--royal-blue-200: #DCC5F7;
--royal-blue-300: #C198F0;
--royal-blue-400: #A163E9;
--royal-blue-500: #8736E2;
--royal-blue-600: #6B1CC4;
--royal-blue-700: #55169C;
--royal-blue-800: #3D1070;
--royal-blue-900: #270A47;
--royal-blue-950: #18062D;
}