Royal Blue
#631CFD
PurpleColor Codes
All color formats for development
HEX
#631CFDRGB
rgb(99, 28, 253)HSL
hsl(259, 98%, 55%)OKLCH
oklch(0.509 0.284 284)CMYK
cmyk(61%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5103FA
2#4802DE
3#3F02C2
4#3602A7
5#2D018B
6#24016F
7#1B0153
8#120138
9#09001C
Tints
Lighter variations
1#7333FD
2#8249FD
3#9260FD
4#A177FE
5#B18DFE
6#C1A4FE
7#D0BBFE
8#E0D2FF
9#EFE8FF
Tones
Muted variations
1#6727F1
2#6B32E6
3#6F3EDB
4#7449D0
5#7854C4
6#7C5FB9
7#806BAE
8#8476A3
9#888197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DC #E7DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BD #D2BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8B #AF8BFE | BordersInactive statesPlaceholder text |
| 400 | 864E #864EFD | Disabled statesSecondary iconsMuted text |
| 500 | 631C #631CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4802 #4802DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3902 #3902B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2901 #29017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A01 #1A0151 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FF;
--royal-blue-100: #E7DCFF;
--royal-blue-200: #D2BDFE;
--royal-blue-300: #AF8BFE;
--royal-blue-400: #864EFD;
--royal-blue-500: #631CFD;
--royal-blue-600: #4802DE;
--royal-blue-700: #3902B1;
--royal-blue-800: #29017E;
--royal-blue-900: #1A0151;
--royal-blue-950: #100132;
}