Royal Blue
#6B4EFD
BlueColor Codes
All color formats for development
HEX
#6B4EFDRGB
rgb(107, 78, 253)HSL
hsl(250, 98%, 65%)OKLCH
oklch(0.564 0.245 282.8)CMYK
cmyk(58%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#502DFD
2#350DFD
3#2802E6
4#2202C5
5#1D02A4
6#170183
7#110162
8#0B0142
9#060021
Tints
Lighter variations
1#7A60FD
2#8972FE
3#9883FE
4#A695FE
5#B5A7FE
6#C4B8FE
7#D3CAFE
8#E1DCFF
9#F0EDFF
Tones
Muted variations
1#7157F4
2#7760EC
3#7D69E3
4#8371DA
5#897AD1
6#8E83C9
7#948CC0
8#9A94B7
9#A09DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BD #C8BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E8B #9E8BFE | BordersInactive statesPlaceholder text |
| 400 | 6B4E #6B4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 411C #411CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2702 #2702DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F02 #1F02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1601 #16017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E01 #0E0151 | Primary textHigh emphasis contentDark headings |
| 950 | 0901 #090132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FF;
--royal-blue-100: #E1DCFF;
--royal-blue-200: #C8BDFE;
--royal-blue-300: #9E8BFE;
--royal-blue-400: #6B4EFD;
--royal-blue-500: #411CFD;
--royal-blue-600: #2702DE;
--royal-blue-700: #1F02B1;
--royal-blue-800: #16017E;
--royal-blue-900: #0E0151;
--royal-blue-950: #090132;
}