Royal Blue
#6B55F6
BlueColor Codes
All color formats for development
HEX
#6B55F6RGB
rgb(107, 85, 246)HSL
hsl(248, 90%, 65%)OKLCH
oklch(0.568 0.229 282.5)CMYK
cmyk(57%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F36F4
2#3416F3
3#270CDC
4#220ABD
5#1C089D
6#17077E
7#11055E
8#0B033F
9#06021F
Tints
Lighter variations
1#7A66F7
2#8877F8
3#9788F9
4#A699FA
5#B5AAFB
6#C4BBFB
7#D3CCFC
8#E1DDFD
9#F0EEFE
Tones
Muted variations
1#715DEE
2#7765E6
3#7D6EDE
4#8276D6
5#887ECE
6#8E86C6
7#948EBE
8#9A96B6
9#A09EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C0 #C8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E90 #9E90F9 | BordersInactive statesPlaceholder text |
| 400 | 6B55 #6B55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4125 #4125F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 260B #260BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E09 #1E09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1606 #160679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E04 #0E044E | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FE;
--royal-blue-100: #E1DDFD;
--royal-blue-200: #C8C0FC;
--royal-blue-300: #9E90F9;
--royal-blue-400: #6B55F6;
--royal-blue-500: #4125F4;
--royal-blue-600: #260BD5;
--royal-blue-700: #1E09AA;
--royal-blue-800: #160679;
--royal-blue-900: #0E044E;
--royal-blue-950: #090330;
}