Royal Blue
#6935E3
PurpleColor Codes
All color formats for development
HEX
#6935E3RGB
rgb(105, 53, 227)HSL
hsl(258, 76%, 55%)OKLCH
oklch(0.508 0.241 288.2)CMYK
cmyk(54%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#581EDE
2#4E1BC5
3#4418AD
4#3B1494
5#31117B
6#270D63
7#1D0A4A
8#140731
9#0A0319
Tints
Lighter variations
1#7849E6
2#875DE9
3#9672EC
4#A586EE
5#B49AF1
6#C3AEF4
7#D2C2F7
8#E1D7F9
9#F0EBFC
Tones
Muted variations
1#6D3EDB
2#7046D2
3#744FC9
4#7758C1
5#7B61B8
6#7E69AF
7#8272A6
8#857B9E
9#898495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E0 #E8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C5 #D4C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B398 #B398F1 | BordersInactive statesPlaceholder text |
| 400 | 8B62 #8B62EA | Disabled statesSecondary iconsMuted text |
| 500 | 6935 #6935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E1B #4E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E15 #3E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0F #2C0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C0A #1C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F2FD;
--royal-blue-100: #E8E0FB;
--royal-blue-200: #D4C5F7;
--royal-blue-300: #B398F1;
--royal-blue-400: #8B62EA;
--royal-blue-500: #6935E3;
--royal-blue-600: #4E1BC5;
--royal-blue-700: #3E159D;
--royal-blue-800: #2C0F70;
--royal-blue-900: #1C0A48;
--royal-blue-950: #12062D;
}