Royal Blue
#6325F4
PurpleColor Codes
All color formats for development
HEX
#6325F4RGB
rgb(99, 37, 244)HSL
hsl(258, 90%, 55%)OKLCH
oklch(0.505 0.271 284.8)CMYK
cmyk(59%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#510DF0
2#480BD5
3#3F0ABB
4#3608A0
5#2D0785
6#24066B
7#1B0450
8#120335
9#09011B
Tints
Lighter variations
1#733BF5
2#8251F6
3#9266F7
4#A17CF8
5#B192F9
6#C1A8FA
7#D0BEFC
8#E0D3FD
9#EFE9FE
Tones
Muted variations
1#672FE9
2#6B3ADF
3#6F44D5
4#734ECA
5#7859C0
6#7C63B6
7#806DAB
8#8478A1
9#888297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C0 #D2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AF90 #AF90F9 | BordersInactive statesPlaceholder text |
| 400 | 8655 #8655F6 | Disabled statesSecondary iconsMuted text |
| 500 | 6325 #6325F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 480B #480BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3909 #3909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2906 #290679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A04 #1A044E | Primary textHigh emphasis contentDark headings |
| 950 | 1003 #100330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FE;
--royal-blue-100: #E7DDFD;
--royal-blue-200: #D2C0FC;
--royal-blue-300: #AF90F9;
--royal-blue-400: #8655F6;
--royal-blue-500: #6325F4;
--royal-blue-600: #480BD5;
--royal-blue-700: #3909AA;
--royal-blue-800: #290679;
--royal-blue-900: #1A044E;
--royal-blue-950: #100330;
}