Royal Blue
#632EEA
PurpleColor Codes
All color formats for development
HEX
#632EEARGB
rgb(99, 46, 234)HSL
hsl(257, 82%, 55%)OKLCH
oklch(0.503 0.254 285.6)CMYK
cmyk(58%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5117E6
2#4814CC
3#3F12B3
4#360F99
5#2D0D80
6#240A66
7#1B084D
8#120533
9#09031A
Tints
Lighter variations
1#7343EC
2#8358EE
3#926DF1
4#A282F3
5#B197F5
6#C1ABF7
7#D0C0F9
8#E0D5FB
9#EFEAFD
Tones
Muted variations
1#6838E1
2#6C41D8
3#704ACE
4#7454C5
5#785DBB
6#7C67B2
7#8070A8
8#84799F
9#888396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C3 #D2C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B094 #B094F4 | BordersInactive statesPlaceholder text |
| 400 | 865D #865DEF | Disabled statesSecondary iconsMuted text |
| 500 | 632E #632EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4814 #4814CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A10 #3A10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290B #290B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A07 #1A074A | Primary textHigh emphasis contentDark headings |
| 950 | 1005 #10052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FE;
--royal-blue-100: #E7DFFC;
--royal-blue-200: #D2C3F9;
--royal-blue-300: #B094F4;
--royal-blue-400: #865DEF;
--royal-blue-500: #632EEA;
--royal-blue-600: #4814CC;
--royal-blue-700: #3A10A2;
--royal-blue-800: #290B74;
--royal-blue-900: #1A074A;
--royal-blue-950: #10052E;
}