Royal Blue
#6B1CFD
PurpleColor Codes
All color formats for development
HEX
#6B1CFDRGB
rgb(107, 28, 253)HSL
hsl(261, 98%, 55%)OKLCH
oklch(0.516 0.283 286.6)CMYK
cmyk(58%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5903FA
2#4F02DE
3#4502C2
4#3B02A7
5#32018B
6#28016F
7#1E0153
8#140138
9#0A001C
Tints
Lighter variations
1#7933FD
2#8849FD
3#9760FD
4#A677FE
5#B58DFE
6#C4A4FE
7#D2BBFE
8#E1D2FF
9#F0E8FF
Tones
Muted variations
1#6E27F1
2#7132E6
3#753EDB
4#7849D0
5#7B54C4
6#7F5FB9
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 #E8DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BD #D4BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B38B #B38BFE | BordersInactive statesPlaceholder text |
| 400 | 8C4E #8C4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 6B1C #6B1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4F02 #4F02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F02 #3F02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D01 #2D017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D01 #1D0151 | 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: #E8DCFF;
--royal-blue-200: #D4BDFE;
--royal-blue-300: #B38BFE;
--royal-blue-400: #8C4EFD;
--royal-blue-500: #6B1CFD;
--royal-blue-600: #4F02DE;
--royal-blue-700: #3F02B1;
--royal-blue-800: #2D017E;
--royal-blue-900: #1D0151;
--royal-blue-950: #120132;
}