Royal Blue
#6D25F4
PurpleColor Codes
All color formats for development
HEX
#6D25F4RGB
rgb(109, 37, 244)HSL
hsl(261, 90%, 55%)OKLCH
oklch(0.514 0.27 288.2)CMYK
cmyk(55%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C0DF0
2#520BD5
3#480ABB
4#3D08A0
5#330785
6#29066B
7#1F0450
8#140335
9#0A011B
Tints
Lighter variations
1#7C3BF5
2#8A51F6
3#9966F7
4#A87CF8
5#B692F9
6#C5A8FA
7#D3BEFC
8#E2D3FD
9#F0E9FE
Tones
Muted variations
1#702FE9
2#733ADF
3#7744D5
4#7A4ECA
5#7D59C0
6#8063B6
7#836DAB
8#8678A1
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 | B590 #B590F9 | BordersInactive statesPlaceholder text |
| 400 | 8E55 #8E55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 6D25 #6D25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 520B #520BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4109 #4109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F06 #2F0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E04 #1E044E | Primary textHigh emphasis contentDark headings |
| 950 | 1303 #130330 | 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: #B590F9;
--royal-blue-400: #8E55F6;
--royal-blue-500: #6D25F4;
--royal-blue-600: #520BD5;
--royal-blue-700: #4109AA;
--royal-blue-800: #2F0679;
--royal-blue-900: #1E044E;
--royal-blue-950: #130330;
}