Royal Blue
#6624F5
PurpleColor Codes
All color formats for development
HEX
#6624F5RGB
rgb(102, 36, 245)HSL
hsl(259, 91%, 55%)OKLCH
oklch(0.508 0.272 285.7)CMYK
cmyk(58%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#540BF1
2#4B0AD6
3#4109BC
4#3808A1
5#2F0686
6#25056B
7#1C0450
8#130336
9#09011B
Tints
Lighter variations
1#753AF6
2#8550F7
3#9466F8
4#A37BF9
5#B291FA
6#C2A7FB
7#D1BDFC
8#E0D3FD
9#F0E9FE
Tones
Muted variations
1#6A2EEA
2#6E39E0
3#7143D5
4#754ECB
5#7958C0
6#7D62B6
7#816DAC
8#8577A1
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 | D3C0 #D3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B18F #B18FFA | BordersInactive statesPlaceholder text |
| 400 | 8855 #8855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6624 #6624F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B0A #4B0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B08 #3B08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A06 #2A067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B04 #1B044E | Primary textHigh emphasis contentDark headings |
| 950 | 1102 #110231 | 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: #D3C0FC;
--royal-blue-300: #B18FFA;
--royal-blue-400: #8855F7;
--royal-blue-500: #6624F5;
--royal-blue-600: #4B0AD6;
--royal-blue-700: #3B08AA;
--royal-blue-800: #2A067A;
--royal-blue-900: #1B044E;
--royal-blue-950: #110231;
}