Royal Blue
#652BEE
PurpleColor Codes
All color formats for development
HEX
#652BEERGB
rgb(101, 43, 238)HSL
hsl(258, 85%, 55%)OKLCH
oklch(0.506 0.261 286)CMYK
cmyk(58%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5313EA
2#4A11D0
3#410FB6
4#380D9C
5#2E0B82
6#250868
7#1C064E
8#130434
9#09021A
Tints
Lighter variations
1#7540F0
2#8455F1
3#936AF3
4#A380F5
5#B295F6
6#C1AAF8
7#D1BFFA
8#E0D5FC
9#F0EAFD
Tones
Muted variations
1#6934E4
2#6D3EDA
3#7148D1
4#7552C7
5#795BBD
6#7D65B3
7#816FAA
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 #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C2 #D3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B092 #B092F6 | BordersInactive statesPlaceholder text |
| 400 | 875A #875AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 652B #652BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A11 #4A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B0D #3B0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0A #2A0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B06 #1B064B | 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: #E7DEFC;
--royal-blue-200: #D3C2FA;
--royal-blue-300: #B092F6;
--royal-blue-400: #875AF2;
--royal-blue-500: #652BEE;
--royal-blue-600: #4A11D0;
--royal-blue-700: #3B0DA5;
--royal-blue-800: #2A0A76;
--royal-blue-900: #1B064B;
--royal-blue-950: #11042F;
}