Royal Blue
#6924F5
PurpleColor Codes
All color formats for development
HEX
#6924F5RGB
rgb(105, 36, 245)HSL
hsl(260, 91%, 55%)OKLCH
oklch(0.511 0.272 286.8)CMYK
cmyk(57%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#580BF1
2#4E0AD6
3#4409BC
4#3B08A1
5#310686
6#27056B
7#1D0450
8#140336
9#0A011B
Tints
Lighter variations
1#783AF6
2#8750F7
3#9666F8
4#A57BF9
5#B491FA
6#C3A7FB
7#D2BDFC
8#E1D3FD
9#F0E9FE
Tones
Muted variations
1#6D2EEA
2#7039E0
3#7443D5
4#774ECB
5#7B58C0
6#7E62B6
7#826DAC
8#8577A1
9#898297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C0 #D4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B38F #B38FFA | BordersInactive statesPlaceholder text |
| 400 | 8B55 #8B55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6924 #6924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E0A #4E0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E08 #3E08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C06 #2C067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C04 #1C044E | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FE;
--royal-blue-100: #E8DDFD;
--royal-blue-200: #D4C0FC;
--royal-blue-300: #B38FFA;
--royal-blue-400: #8B55F7;
--royal-blue-500: #6924F5;
--royal-blue-600: #4E0AD6;
--royal-blue-700: #3E08AA;
--royal-blue-800: #2C067A;
--royal-blue-900: #1C044E;
--royal-blue-950: #120231;
}