Royal Blue
#834FFC
PurpleColor Codes
All color formats for development
HEX
#834FFCRGB
rgb(131, 79, 252)HSL
hsl(258, 97%, 65%)OKLCH
oklch(0.585 0.241 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#6C2FFC
2#550EFB
3#4703E5
4#3D03C4
5#3302A3
6#290283
7#1E0162
8#140141
9#0A0021
Tints
Lighter variations
1#9061FD
2#9C72FD
3#A884FD
4#B596FD
5#C1A7FE
6#CDB9FE
7#DACAFE
8#E6DCFE
9#F3EDFF
Tones
Muted variations
1#8758F4
2#8A60EB
3#8E69E2
4#9172DA
5#947AD1
6#9883C8
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 #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BE #D1BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AE8B #AE8BFD | BordersInactive statesPlaceholder text |
| 400 | 834F #834FFC | Disabled statesSecondary iconsMuted text |
| 500 | 601D #601DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4503 #4503DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3703 #3703B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2702 #27027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1901 #190150 | 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: #E6DCFE;
--royal-blue-200: #D1BEFE;
--royal-blue-300: #AE8BFD;
--royal-blue-400: #834FFC;
--royal-blue-500: #601DFC;
--royal-blue-600: #4503DD;
--royal-blue-700: #3703B0;
--royal-blue-800: #27027E;
--royal-blue-900: #190150;
--royal-blue-950: #100132;
}