Royal Blue
#6727F1
PurpleColor Codes
All color formats for development
HEX
#6727F1RGB
rgb(103, 39, 241)HSL
hsl(259, 88%, 55%)OKLCH
oklch(0.507 0.266 286.5)CMYK
cmyk(57%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#550FED
2#4C0DD3
3#420CB9
4#390A9E
5#2F0884
6#260769
7#1C054F
8#130335
9#09021A
Tints
Lighter variations
1#763DF3
2#8652F4
3#9568F5
4#A47EF7
5#B393F8
6#C2A9F9
7#D1BEFB
8#E1D4FC
9#F0E9FE
Tones
Muted variations
1#6B31E7
2#6F3BDD
3#7246D3
4#7650C9
5#7A5ABF
6#7D64B5
7#816EAB
8#8578A0
9#898296
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 | D3C1 #D3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B191 #B191F8 | BordersInactive statesPlaceholder text |
| 400 | 8957 #8957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6727 #6727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C0D #4C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C0B #3C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B08 #2B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C05 #1C054D | 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: #D3C1FB;
--royal-blue-300: #B191F8;
--royal-blue-400: #8957F4;
--royal-blue-500: #6727F1;
--royal-blue-600: #4C0DD3;
--royal-blue-700: #3C0BA8;
--royal-blue-800: #2B0878;
--royal-blue-900: #1C054D;
--royal-blue-950: #110330;
}