Royal Blue
#811DFC
PurpleColor Codes
All color formats for development
HEX
#811DFCRGB
rgb(129, 29, 252)HSL
hsl(267, 97%, 55%)OKLCH
oklch(0.538 0.282 294.1)CMYK
cmyk(49%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7204F9
2#6503DD
3#5903C1
4#4C03A6
5#3F028A
6#33026F
7#260153
8#190137
9#0D001C
Tints
Lighter variations
1#8E34FC
2#9A4AFC
3#A761FD
4#B377FD
5#C08EFD
6#CDA5FE
7#D9BBFE
8#E6D2FE
9#F2E8FF
Tones
Muted variations
1#8228F0
2#8333E5
3#843EDA
4#8649CF
5#8755C4
6#8860B9
7#896BAE
8#8A76A3
9#8B8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBE #DBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8B #BF8BFD | BordersInactive statesPlaceholder text |
| 400 | 9D4F #9D4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 811D #811DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 6503 #6503DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5103 #5103B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A02 #3A027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2501 #250150 | Primary textHigh emphasis contentDark headings |
| 950 | 1701 #170132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F0FF;
--royal-blue-100: #EBDCFE;
--royal-blue-200: #DBBEFE;
--royal-blue-300: #BF8BFD;
--royal-blue-400: #9D4FFC;
--royal-blue-500: #811DFC;
--royal-blue-600: #6503DD;
--royal-blue-700: #5103B0;
--royal-blue-800: #3A027E;
--royal-blue-900: #250150;
--royal-blue-950: #170132;
}