Royal Blue
#6135E3
PurpleColor Codes
All color formats for development
HEX
#6135E3RGB
rgb(97, 53, 227)HSL
hsl(255, 76%, 55%)OKLCH
oklch(0.501 0.241 285.3)CMYK
cmyk(57%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E1EDE
2#461BC5
3#3D18AD
4#341494
5#2B117B
6#230D63
7#1A0A4A
8#110731
9#090319
Tints
Lighter variations
1#7049E6
2#805DE9
3#9072EC
4#A086EE
5#B09AF1
6#C0AEF4
7#CFC2F7
8#DFD7F9
9#EFEBFC
Tones
Muted variations
1#653EDB
2#6946D2
3#6E4FC9
4#7258C1
5#7661B8
6#7B69AF
7#7F72A6
8#847B9E
9#888495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E0 #E6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C5 #D1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE98 #AE98F1 | BordersInactive statesPlaceholder text |
| 400 | 8462 #8462EA | Disabled statesSecondary iconsMuted text |
| 500 | 6135 #6135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 461B #461BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3715 #37159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280F #280F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 190A #190A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F2FD;
--royal-blue-100: #E6E0FB;
--royal-blue-200: #D1C5F7;
--royal-blue-300: #AE98F1;
--royal-blue-400: #8462EA;
--royal-blue-500: #6135E3;
--royal-blue-600: #461BC5;
--royal-blue-700: #37159D;
--royal-blue-800: #280F70;
--royal-blue-900: #190A48;
--royal-blue-950: #10062D;
}