Royal Blue
#6B56F5
BlueColor Codes
All color formats for development
HEX
#6B56F5RGB
rgb(107, 86, 245)HSL
hsl(248, 89%, 65%)OKLCH
oklch(0.568 0.227 282.4)CMYK
cmyk(56%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5037F3
2#3518F2
3#280DDB
4#230BBC
5#1D099D
6#17077D
7#11055E
8#0C043F
9#06021F
Tints
Lighter variations
1#7A67F6
2#8978F7
3#9889F8
4#A69AF9
5#B5ABFA
6#C4BCFB
7#D3CCFC
8#E1DDFD
9#F0EEFE
Tones
Muted variations
1#715EED
2#7766E5
3#7D6EDD
4#8376D5
5#897ECD
6#8E86C6
7#948EBE
8#9A96B6
9#A09EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C0 #C8C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E90 #9E90F9 | BordersInactive statesPlaceholder text |
| 400 | 6B56 #6B56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 4126 #4126F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 270C #270CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F0A #1F0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1607 #160778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E04 #0E044D | 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: #F2F1FE;
--royal-blue-100: #E1DDFD;
--royal-blue-200: #C8C0FB;
--royal-blue-300: #9E90F9;
--royal-blue-400: #6B56F5;
--royal-blue-500: #4126F2;
--royal-blue-600: #270CD4;
--royal-blue-700: #1F0AA9;
--royal-blue-800: #160778;
--royal-blue-900: #0E044D;
--royal-blue-950: #090330;
}