Royal Blue
#6D24F5
PurpleColor Codes
All color formats for development
HEX
#6D24F5RGB
rgb(109, 36, 245)HSL
hsl(261, 91%, 55%)OKLCH
oklch(0.515 0.272 288.1)CMYK
cmyk(56%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C0BF1
2#520AD6
3#4709BC
4#3D08A1
5#330686
6#29056B
7#1F0450
8#140336
9#0A011B
Tints
Lighter variations
1#7C3AF6
2#8A50F7
3#9966F8
4#A77BF9
5#B691FA
6#C5A7FB
7#D3BDFC
8#E2D3FD
9#F0E9FE
Tones
Muted variations
1#702EEA
2#7339E0
3#7643D5
4#794ECB
5#7D58C0
6#8062B6
7#836DAC
8#8677A1
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 | D5C0 #D5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B48F #B48FFA | BordersInactive statesPlaceholder text |
| 400 | 8D55 #8D55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6D24 #6D24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 520A #520AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4108 #4108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E06 #2E067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E04 #1E044E | Primary textHigh emphasis contentDark headings |
| 950 | 1302 #130231 | 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: #D5C0FC;
--royal-blue-300: #B48FFA;
--royal-blue-400: #8D55F7;
--royal-blue-500: #6D24F5;
--royal-blue-600: #520AD6;
--royal-blue-700: #4108AA;
--royal-blue-800: #2E067A;
--royal-blue-900: #1E044E;
--royal-blue-950: #130231;
}