Royal Blue
#6427F1
PurpleColor Codes
All color formats for development
HEX
#6427F1RGB
rgb(100, 39, 241)HSL
hsl(258, 88%, 55%)OKLCH
oklch(0.504 0.266 285.5)CMYK
cmyk(59%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#520FED
2#490DD3
3#400CB9
4#370A9E
5#2D0884
6#240769
7#1B054F
8#120335
9#09021A
Tints
Lighter variations
1#733DF3
2#8352F4
3#9268F5
4#A27EF7
5#B193F8
6#C1A9F9
7#D0BEFB
8#E0D4FC
9#EFE9FE
Tones
Muted variations
1#6831E7
2#6C3BDD
3#7046D3
4#7450C9
5#785ABF
6#7C64B5
7#806EAB
8#8478A0
9#888296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C1 #D2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B091 #B091F8 | BordersInactive statesPlaceholder text |
| 400 | 8657 #8657F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6427 #6427F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 490D #490DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A0B #3A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2908 #290878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A05 #1A054D | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FE;
--royal-blue-100: #E7DDFD;
--royal-blue-200: #D2C1FB;
--royal-blue-300: #B091F8;
--royal-blue-400: #8657F4;
--royal-blue-500: #6427F1;
--royal-blue-600: #490DD3;
--royal-blue-700: #3A0BA8;
--royal-blue-800: #290878;
--royal-blue-900: #1A054D;
--royal-blue-950: #110330;
}