Royal Blue
#6D4DFF
BlueColor Codes
All color formats for development
HEX
#6D4DFFRGB
rgb(109, 77, 255)HSL
hsl(251, 100%, 65%)OKLCH
oklch(0.566 0.248 283.3)CMYK
cmyk(57%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#522BFF
2#370AFF
3#2B00E8
4#2400C7
5#1E00A6
6#180085
7#120063
8#0C0042
9#060021
Tints
Lighter variations
1#7C5EFF
2#8A70FF
3#9982FF
4#A894FF
5#B6A6FF
6#C5B8FF
7#D3C9FF
8#E2DBFF
9#F0EDFF
Tones
Muted variations
1#7355F6
2#795EED
3#7E67E4
4#8470DB
5#8979D2
6#8F82C9
7#958BC1
8#9A94B8
9#A09DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DB #E2DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BD #C9BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8A #9F8AFF | BordersInactive statesPlaceholder text |
| 400 | 6D4D #6D4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 441A #441AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2900 #2900E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2100 #2100B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1700 #170080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F00 #0F0052 | 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: #F3F0FF;
--royal-blue-100: #E2DBFF;
--royal-blue-200: #C9BDFF;
--royal-blue-300: #9F8AFF;
--royal-blue-400: #6D4DFF;
--royal-blue-500: #441AFF;
--royal-blue-600: #2900E0;
--royal-blue-700: #2100B3;
--royal-blue-800: #170080;
--royal-blue-900: #0F0052;
--royal-blue-950: #090033;
}