Royal Blue
#6B1DFC
PurpleColor Codes
All color formats for development
HEX
#6B1DFCRGB
rgb(107, 29, 252)HSL
hsl(261, 97%, 55%)OKLCH
oklch(0.516 0.282 286.7)CMYK
cmyk(58%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5904F9
2#5003DD
3#4603C1
4#3C03A6
5#32028A
6#28026F
7#1E0153
8#140137
9#0A001C
Tints
Lighter variations
1#7A34FC
2#884AFC
3#9761FD
4#A677FD
5#B58EFD
6#C4A5FE
7#D3BBFE
8#E1D2FE
9#F0E8FF
Tones
Muted variations
1#6E28F0
2#7233E5
3#753EDA
4#7849CF
5#7C55C4
6#7F60B9
7#826BAE
8#8676A3
9#898197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DC #E8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BE #D4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B38B #B38BFD | BordersInactive statesPlaceholder text |
| 400 | 8C4F #8C4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 6B1D #6B1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5003 #5003DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F03 #3F03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D02 #2D027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D01 #1D0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1201 #120132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FF;
--royal-blue-100: #E8DCFE;
--royal-blue-200: #D4BEFE;
--royal-blue-300: #B38BFD;
--royal-blue-400: #8C4FFC;
--royal-blue-500: #6B1DFC;
--royal-blue-600: #5003DD;
--royal-blue-700: #3F03B0;
--royal-blue-800: #2D027E;
--royal-blue-900: #1D0150;
--royal-blue-950: #120132;
}