Royal Blue
#864FFC
PurpleColor Codes
All color formats for development
HEX
#864FFCRGB
rgb(134, 79, 252)HSL
hsl(259, 97%, 65%)OKLCH
oklch(0.588 0.241 291.8)CMYK
cmyk(47%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#702FFC
2#590EFB
3#4B03E5
4#4003C4
5#3502A3
6#2B0283
7#200162
8#150141
9#0B0021
Tints
Lighter variations
1#9261FD
2#9E72FD
3#AA84FD
4#B696FD
5#C3A7FE
6#CFB9FE
7#DBCAFE
8#E7DCFE
9#F3EDFF
Tones
Muted variations
1#8958F4
2#8C60EB
3#9069E2
4#9372DA
5#967AD1
6#9983C8
7#9C8CC0
8#9F94B7
9#A39DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DC #E7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BE #D2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8B #AF8BFD | BordersInactive statesPlaceholder text |
| 400 | 864F #864FFC | Disabled statesSecondary iconsMuted text |
| 500 | 631D #631DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4803 #4803DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A03 #3A03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2902 #29027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A01 #1A0150 | 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: #F5F0FF;
--royal-blue-100: #E7DCFE;
--royal-blue-200: #D2BEFE;
--royal-blue-300: #AF8BFD;
--royal-blue-400: #864FFC;
--royal-blue-500: #631DFC;
--royal-blue-600: #4803DD;
--royal-blue-700: #3A03B0;
--royal-blue-800: #29027E;
--royal-blue-900: #1A0150;
--royal-blue-950: #100132;
}