Royal Blue
#6726F2
PurpleColor Codes
All color formats for development
HEX
#6726F2RGB
rgb(103, 38, 242)HSL
hsl(259, 89%, 55%)OKLCH
oklch(0.507 0.268 286.4)CMYK
cmyk(57%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#550EEF
2#4C0CD4
3#420BBA
4#39099F
5#2F0885
6#26066A
7#1C0550
8#130335
9#09021B
Tints
Lighter variations
1#763CF4
2#8551F5
3#9467F6
4#A47DF7
5#B393F9
6#C2A8FA
7#D1BEFB
8#E1D4FC
9#F0E9FE
Tones
Muted variations
1#6B30E8
2#6E3BDE
3#7245D4
4#764FCA
5#7A59BF
6#7D63B5
7#816EAB
8#8578A1
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 | D3C0 #D3C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B190 #B190F9 | BordersInactive statesPlaceholder text |
| 400 | 8956 #8956F5 | Disabled statesSecondary iconsMuted text |
| 500 | 6726 #6726F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C0C #4C0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C0A #3C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B07 #2B0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B04 #1B044D | 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: #D3C0FB;
--royal-blue-300: #B190F9;
--royal-blue-400: #8956F5;
--royal-blue-500: #6726F2;
--royal-blue-600: #4C0CD4;
--royal-blue-700: #3C0AA9;
--royal-blue-800: #2B0778;
--royal-blue-900: #1B044D;
--royal-blue-950: #110330;
}