Royal Blue
#561FF9
PurpleColor Codes
All color formats for development
HEX
#561FF9RGB
rgb(86, 31, 249)HSL
hsl(255, 95%, 55%)OKLCH
oklch(0.495 0.281 280.2)CMYK
cmyk(65%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4206F6
2#3B06DB
3#3405BF
4#2C04A4
5#250489
6#1D036D
7#160252
8#0F0137
9#07011B
Tints
Lighter variations
1#6736FA
2#784CFA
3#8962FB
4#9979FC
5#AA8FFC
6#BBA5FD
7#CCBCFD
8#DDD2FE
9#EEE9FE
Tones
Muted variations
1#5B2AEE
2#6135E3
3#6640D9
4#6C4BCE
5#7156C3
6#7661B8
7#7C6CAD
8#8176A2
9#878197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBE #CEBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A88D #A88DFC | BordersInactive statesPlaceholder text |
| 400 | 7B51 #7B51FB | Disabled statesSecondary iconsMuted text |
| 500 | 561F #561FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B06 #3B06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F04 #2F04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2103 #21037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1502 #150250 | Primary textHigh emphasis contentDark headings |
| 950 | 0D01 #0D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FF;
--royal-blue-100: #E5DCFE;
--royal-blue-200: #CEBEFD;
--royal-blue-300: #A88DFC;
--royal-blue-400: #7B51FB;
--royal-blue-500: #561FF9;
--royal-blue-600: #3B06DB;
--royal-blue-700: #2F04AE;
--royal-blue-800: #21037C;
--royal-blue-900: #150250;
--royal-blue-950: #0D0132;
}