Royal Blue
#6555F6
BlueColor Codes
All color formats for development
HEX
#6555F6RGB
rgb(101, 85, 246)HSL
hsl(246, 90%, 65%)OKLCH
oklch(0.563 0.23 280.5)CMYK
cmyk(59%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4936F4
2#2C16F3
3#200CDC
4#1C0ABD
5#17089D
6#13077E
7#0E055E
8#09033F
9#05021F
Tints
Lighter variations
1#7566F7
2#8477F8
3#9488F9
4#A399FA
5#B2AAFB
6#C2BBFB
7#D1CCFC
8#E0DDFD
9#F0EEFE
Tones
Muted variations
1#6C5DEE
2#7265E6
3#796EDE
4#7F76D6
5#867ECE
6#8C86C6
7#928EBE
8#9996B6
9#9F9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C0 #C6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A90 #9A90F9 | BordersInactive statesPlaceholder text |
| 400 | 6555 #6555F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A25 #3A25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F0B #1F0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1909 #1909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1206 #120679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B04 #0B044E | Primary textHigh emphasis contentDark headings |
| 950 | 0703 #070330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FE;
--royal-blue-100: #E0DDFD;
--royal-blue-200: #C6C0FC;
--royal-blue-300: #9A90F9;
--royal-blue-400: #6555F6;
--royal-blue-500: #3A25F4;
--royal-blue-600: #1F0BD5;
--royal-blue-700: #1909AA;
--royal-blue-800: #120679;
--royal-blue-900: #0B044E;
--royal-blue-950: #070330;
}