Royal Blue
#6E27F1
PurpleColor Codes
All color formats for development
HEX
#6E27F1RGB
rgb(110, 39, 241)HSL
hsl(261, 88%, 55%)OKLCH
oklch(0.514 0.266 288.9)CMYK
cmyk(54%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D0FED
2#530DD3
3#480CB9
4#3E0A9E
5#340884
6#290769
7#1F054F
8#150335
9#0A021A
Tints
Lighter variations
1#7C3DF3
2#8B52F4
3#9968F5
4#A87EF7
5#B693F8
6#C5A9F9
7#D3BEFB
8#E2D4FC
9#F0E9FE
Tones
Muted variations
1#7131E7
2#743BDD
3#7746D3
4#7A50C9
5#7D5ABF
6#8064B5
7#836EAB
8#8678A0
9#898296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C1 #D5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B591 #B591F8 | BordersInactive statesPlaceholder text |
| 400 | 8E57 #8E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6E27 #6E27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 530D #530DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 420B #420BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F08 #2F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E05 #1E054D | 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: #F5F1FE;
--royal-blue-100: #E8DDFD;
--royal-blue-200: #D5C1FB;
--royal-blue-300: #B591F8;
--royal-blue-400: #8E57F4;
--royal-blue-500: #6E27F1;
--royal-blue-600: #530DD3;
--royal-blue-700: #420BA8;
--royal-blue-800: #2F0878;
--royal-blue-900: #1E054D;
--royal-blue-950: #130330;
}