Royal Blue
#6428F0
PurpleColor Codes
All color formats for development
HEX
#6428F0RGB
rgb(100, 40, 240)HSL
hsl(258, 87%, 55%)OKLCH
oklch(0.504 0.265 285.5)CMYK
cmyk(58%, 83%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5210EC
2#490FD2
3#400DB8
4#370B9D
5#2E0983
6#250769
7#1B054F
8#120434
9#09021A
Tints
Lighter variations
1#743EF2
2#8353F3
3#9369F5
4#A27EF6
5#B294F8
6#C1A9F9
7#D1BFFB
8#E0D4FC
9#F0EAFE
Tones
Muted variations
1#6832E6
2#6C3CDC
3#7046D2
4#7450C8
5#785ABE
6#7C64B4
7#806EAA
8#8478A0
9#888296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C1 #D2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B091 #B091F7 | BordersInactive statesPlaceholder text |
| 400 | 8758 #8758F3 | Disabled statesSecondary iconsMuted text |
| 500 | 6428 #6428F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 490F #490FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A0C #3A0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A08 #2A0877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B05 #1B054C | 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: #E7DEFD;
--royal-blue-200: #D2C1FB;
--royal-blue-300: #B091F7;
--royal-blue-400: #8758F3;
--royal-blue-500: #6428F0;
--royal-blue-600: #490FD2;
--royal-blue-700: #3A0CA7;
--royal-blue-800: #2A0877;
--royal-blue-900: #1B054C;
--royal-blue-950: #110330;
}