Royal Blue
#811CFD
PurpleColor Codes
All color formats for development
HEX
#811CFDRGB
rgb(129, 28, 253)HSL
hsl(267, 98%, 55%)OKLCH
oklch(0.538 0.283 293.9)CMYK
cmyk(49%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7203FA
2#6502DE
3#5902C2
4#4C02A7
5#3F018B
6#33016F
7#260153
8#190138
9#0D001C
Tints
Lighter variations
1#8E33FD
2#9A49FD
3#A760FD
4#B377FE
5#C08DFE
6#CDA4FE
7#D9BBFE
8#E6D2FF
9#F2E8FF
Tones
Muted variations
1#8227F1
2#8332E6
3#843EDB
4#8649D0
5#8754C4
6#885FB9
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 #EBDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBD #DBBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8B #BF8BFE | BordersInactive statesPlaceholder text |
| 400 | 9D4E #9D4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 811C #811CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 6502 #6502DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5102 #5102B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A01 #3A017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2501 #250151 | 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: #EBDCFF;
--royal-blue-200: #DBBDFE;
--royal-blue-300: #BF8BFE;
--royal-blue-400: #9D4EFD;
--royal-blue-500: #811CFD;
--royal-blue-600: #6502DE;
--royal-blue-700: #5102B1;
--royal-blue-800: #3A017E;
--royal-blue-900: #250151;
--royal-blue-950: #170132;
}