Royal Blue
#631DFC
PurpleColor Codes
All color formats for development
HEX
#631DFCRGB
rgb(99, 29, 252)HSL
hsl(259, 97%, 55%)OKLCH
oklch(0.508 0.283 284.1)CMYK
cmyk(61%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5104F9
2#4803DD
3#3F03C1
4#3603A6
5#2D028A
6#24026F
7#1B0153
8#120137
9#09001C
Tints
Lighter variations
1#7334FC
2#834AFC
3#9261FD
4#A277FD
5#B18EFD
6#C1A5FE
7#D0BBFE
8#E0D2FE
9#EFE8FF
Tones
Muted variations
1#6828F0
2#6C33E5
3#703EDA
4#7449CF
5#7855C4
6#7C60B9
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 #E7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BE #D2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8B #AF8BFD | BordersInactive statesPlaceholder text |
| 400 | 864F #864FFC | Disabled statesSecondary iconsMuted text |
| 500 | 631D #631DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4803 #4803DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A03 #3A03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2902 #29027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A01 #1A0150 | 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: #E7DCFE;
--royal-blue-200: #D2BEFE;
--royal-blue-300: #AF8BFD;
--royal-blue-400: #864FFC;
--royal-blue-500: #631DFC;
--royal-blue-600: #4803DD;
--royal-blue-700: #3A03B0;
--royal-blue-800: #29027E;
--royal-blue-900: #1A0150;
--royal-blue-950: #100132;
}