Royal Blue
#5656C2
BlueColor Codes
All color formats for development
HEX
#5656C2RGB
rgb(86, 86, 194)HSL
hsl(240, 47%, 55%)OKLCH
oklch(0.513 0.165 278.9)CMYK
cmyk(56%, 56%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4343BA
2#3B3BA5
3#343490
4#2D2D7C
5#252567
6#1E1E52
7#16163E
8#0F0F29
9#070715
Tints
Lighter variations
1#6767C8
2#7878CE
3#8989D4
4#9A9ADB
5#ABABE1
6#BCBCE7
7#CCCCED
8#DDDDF3
9#EEEEF9
Tones
Muted variations
1#5C5CBD
2#6161B7
3#6666B2
4#6C6CAD
5#7171A7
6#7777A2
7#7C7C9C
8#818197
9#878792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECE #CECEED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9A9 #A9A9E0 | BordersInactive statesPlaceholder text |
| 400 | 7C7C #7C7CD0 | Disabled statesSecondary iconsMuted text |
| 500 | 5656 #5656C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B3B #3B3BA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F2F #2F2F83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2222 #22225E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1616 #16163C | Primary textHigh emphasis contentDark headings |
| 950 | 0E0E #0E0E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F4FB;
--royal-blue-100: #E5E5F6;
--royal-blue-200: #CECEED;
--royal-blue-300: #A9A9E0;
--royal-blue-400: #7C7CD0;
--royal-blue-500: #5656C2;
--royal-blue-600: #3B3BA5;
--royal-blue-700: #2F2F83;
--royal-blue-800: #22225E;
--royal-blue-900: #16163C;
--royal-blue-950: #0E0E25;
}