Royal Blue
#6430E8
PurpleColor Codes
All color formats for development
HEX
#6430E8RGB
rgb(100, 48, 232)HSL
hsl(257, 80%, 55%)OKLCH
oklch(0.503 0.251 286.1)CMYK
cmyk(57%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5219E3
2#4916CA
3#4014B1
4#371197
5#2E0E7E
6#250B65
7#1B084C
8#120632
9#090319
Tints
Lighter variations
1#7445EA
2#835AED
3#936EEF
4#A283F1
5#B298F4
6#C1ACF6
7#D1C1F8
8#E0D6FA
9#F0EAFD
Tones
Muted variations
1#683ADF
2#6C43D6
3#704CCD
4#7455C3
5#785EBA
6#7C68B1
7#8071A8
8#847A9F
9#888395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C3 #D2C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B095 #B095F3 | BordersInactive statesPlaceholder text |
| 400 | 875E #875EED | Disabled statesSecondary iconsMuted text |
| 500 | 6430 #6430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4916 #4916CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A12 #3A12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0D #2A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B08 #1B0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1105 #11052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FD;
--royal-blue-100: #E7DFFB;
--royal-blue-200: #D2C3F8;
--royal-blue-300: #B095F3;
--royal-blue-400: #875EED;
--royal-blue-500: #6430E8;
--royal-blue-600: #4916CA;
--royal-blue-700: #3A12A1;
--royal-blue-800: #2A0D73;
--royal-blue-900: #1B0849;
--royal-blue-950: #11052E;
}