Royal Blue
#652AEF
PurpleColor Codes
All color formats for development
HEX
#652AEFRGB
rgb(101, 42, 239)HSL
hsl(258, 86%, 55%)OKLCH
oklch(0.506 0.262 285.9)CMYK
cmyk(58%, 82%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5312EB
2#4A10D1
3#400EB7
4#370C9D
5#2E0A82
6#250868
7#1C064E
8#120434
9#09021A
Tints
Lighter variations
1#743FF1
2#8454F2
3#936AF4
4#A27FF5
5#B294F7
6#C1AAF9
7#D1BFFA
8#E0D4FC
9#F0EAFD
Tones
Muted variations
1#6933E5
2#6D3DDB
3#7147D1
4#7551C7
5#795BBE
6#7C65B4
7#806FAA
8#8479A0
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 #D2C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B092 #B092F7 | BordersInactive statesPlaceholder text |
| 400 | 8759 #8759F3 | Disabled statesSecondary iconsMuted text |
| 500 | 652A #652AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A10 #4A10D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B0C #3B0CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A09 #2A0977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B06 #1B064C | Primary textHigh emphasis contentDark headings |
| 950 | 1104 #11042F | 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: #D2C1FA;
--royal-blue-300: #B092F7;
--royal-blue-400: #8759F3;
--royal-blue-500: #652AEF;
--royal-blue-600: #4A10D1;
--royal-blue-700: #3B0CA6;
--royal-blue-800: #2A0977;
--royal-blue-900: #1B064C;
--royal-blue-950: #11042F;
}