Royal Blue
#8C25F4
PurpleColor Codes
All color formats for development
HEX
#8C25F4RGB
rgb(140, 37, 244)HSL
hsl(270, 90%, 55%)OKLCH
oklch(0.547 0.271 298.8)CMYK
cmyk(43%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E0DF0
2#700BD5
3#620ABB
4#5408A0
5#460785
6#38066B
7#2A0450
8#1C0335
9#0E011B
Tints
Lighter variations
1#983BF5
2#A351F6
3#AF66F7
4#BA7CF8
5#C692F9
6#D1A8FA
7#DDBEFC
8#E8D3FD
9#F4E9FE
Tones
Muted variations
1#8C2FE9
2#8C3ADF
3#8C44D5
4#8C4ECA
5#8C59C0
6#8C63B6
7#8C6DAB
8#8C78A1
9#8C8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC0 #DEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C490 #C490F9 | BordersInactive statesPlaceholder text |
| 400 | A655 #A655F6 | Disabled statesSecondary iconsMuted text |
| 500 | 8C25 #8C25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700B #700BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5909 #5909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4006 #400679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2904 #29044E | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F0FE;
--royal-blue-100: #EDDDFD;
--royal-blue-200: #DEC0FC;
--royal-blue-300: #C490F9;
--royal-blue-400: #A655F6;
--royal-blue-500: #8C25F4;
--royal-blue-600: #700BD5;
--royal-blue-700: #5909AA;
--royal-blue-800: #400679;
--royal-blue-900: #29044E;
--royal-blue-950: #1A0330;
}