Royal Blue
#611FF9
PurpleColor Codes
All color formats for development
HEX
#611FF9RGB
rgb(97, 31, 249)HSL
hsl(258, 95%, 55%)OKLCH
oklch(0.504 0.279 283.8)CMYK
cmyk(61%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E06F6
2#4606DB
3#3D05BF
4#3404A4
5#2B0489
6#23036D
7#1A0252
8#110137
9#09011B
Tints
Lighter variations
1#7036FA
2#804CFA
3#9062FB
4#A079FC
5#B08FFC
6#C0A5FD
7#CFBCFD
8#DFD2FE
9#EFE9FE
Tones
Muted variations
1#652AEE
2#6935E3
3#6E40D9
4#724BCE
5#7656C3
6#7B61B8
7#7F6CAD
8#8476A2
9#888197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BE #D1BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AE8D #AE8DFC | BordersInactive statesPlaceholder text |
| 400 | 8451 #8451FB | Disabled statesSecondary iconsMuted text |
| 500 | 611F #611FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4606 #4606DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3704 #3704AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2803 #28037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1902 #190250 | 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: #F4F0FF;
--royal-blue-100: #E6DCFE;
--royal-blue-200: #D1BEFD;
--royal-blue-300: #AE8DFC;
--royal-blue-400: #8451FB;
--royal-blue-500: #611FF9;
--royal-blue-600: #4606DB;
--royal-blue-700: #3704AE;
--royal-blue-800: #28037C;
--royal-blue-900: #190250;
--royal-blue-950: #100132;
}