Royal Blue
#834EFD
PurpleColor Codes
All color formats for development
HEX
#834EFDRGB
rgb(131, 78, 253)HSL
hsl(258, 98%, 65%)OKLCH
oklch(0.585 0.243 290.8)CMYK
cmyk(48%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C2DFD
2#550DFD
3#4702E6
4#3C02C5
5#3202A4
6#280183
7#1E0162
8#140142
9#0A0021
Tints
Lighter variations
1#8F60FD
2#9C72FE
3#A883FE
4#B495FE
5#C1A7FE
6#CDB8FE
7#DACAFE
8#E6DCFF
9#F3EDFF
Tones
Muted variations
1#8657F4
2#8A60EC
3#8D69E3
4#9171DA
5#947AD1
6#9883C9
7#9B8CC0
8#9F94B7
9#A29DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BD #D1BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8B #AD8BFE | BordersInactive statesPlaceholder text |
| 400 | 834E #834EFD | Disabled statesSecondary iconsMuted text |
| 500 | 5F1C #5F1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4402 #4402DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3602 #3602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2701 #27017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1901 #190151 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FF;
--royal-blue-100: #E6DCFF;
--royal-blue-200: #D1BDFE;
--royal-blue-300: #AD8BFE;
--royal-blue-400: #834EFD;
--royal-blue-500: #5F1CFD;
--royal-blue-600: #4402DE;
--royal-blue-700: #3602B1;
--royal-blue-800: #27017E;
--royal-blue-900: #190151;
--royal-blue-950: #100132;
}