Royal Blue
#6560EB
BlueColor Codes
All color formats for development
HEX
#6560EBRGB
rgb(101, 96, 235)HSL
hsl(242, 78%, 65%)OKLCH
oklch(0.572 0.203 279.4)CMYK
cmyk(57%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4843E8
2#2B25E4
3#201ACF
4#1B16B1
5#171294
6#120F76
7#0E0B59
8#09073B
9#05041E
Tints
Lighter variations
1#7470ED
2#8480EF
3#9390F1
4#A2A0F3
5#B2B0F5
6#C1BFF7
7#D1CFF9
8#E0DFFB
9#F0EFFD
Tones
Muted variations
1#6B67E4
2#726EDD
3#7875D6
4#7F7CD0
5#8583C9
6#8C8AC2
7#9291BB
8#9998B4
9#9F9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C4 #C6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A97 #9A97F2 | BordersInactive statesPlaceholder text |
| 400 | 6560 #6560EB | Disabled statesSecondary iconsMuted text |
| 500 | 3933 #3933E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F19 #1F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1814 #18149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110E #110E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B09 #0B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0706 #07062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FD;
--royal-blue-100: #E0DFFB;
--royal-blue-200: #C6C4F8;
--royal-blue-300: #9A97F2;
--royal-blue-400: #6560EB;
--royal-blue-500: #3933E6;
--royal-blue-600: #1F19C8;
--royal-blue-700: #18149F;
--royal-blue-800: #110E71;
--royal-blue-900: #0B0949;
--royal-blue-950: #07062D;
}