Royal Blue
#6A4DFF
BlueColor Codes
All color formats for development
HEX
#6A4DFFRGB
rgb(106, 77, 255)HSL
hsl(250, 100%, 65%)OKLCH
oklch(0.563 0.249 282.4)CMYK
cmyk(58%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F2BFF
2#330AFF
3#2700E8
4#2100C7
5#1C00A6
6#160085
7#110063
8#0B0042
9#060021
Tints
Lighter variations
1#795EFF
2#8870FF
3#9782FF
4#A694FF
5#B5A6FF
6#C3B8FF
7#D2C9FF
8#E1DBFF
9#F0EDFF
Tones
Muted variations
1#7055F6
2#765EED
3#7C67E4
4#8270DB
5#8879D2
6#8E82C9
7#948BC1
8#9A94B8
9#A09DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DB #E1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BD #C8BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8A #9D8AFF | BordersInactive statesPlaceholder text |
| 400 | 6A4D #6A4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 401A #401AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2500 #2500E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E00 #1E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1500 #150080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E00 #0E0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0900 #090033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FF;
--royal-blue-100: #E1DBFF;
--royal-blue-200: #C8BDFF;
--royal-blue-300: #9D8AFF;
--royal-blue-400: #6A4DFF;
--royal-blue-500: #401AFF;
--royal-blue-600: #2500E0;
--royal-blue-700: #1E00B3;
--royal-blue-800: #150080;
--royal-blue-900: #0E0052;
--royal-blue-950: #090033;
}