Royal Blue
#5656F5
BlueColor Codes
All color formats for development
HEX
#5656F5RGB
rgb(86, 86, 245)HSL
hsl(240, 89%, 65%)OKLCH
oklch(0.554 0.231 275.8)CMYK
cmyk(65%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3737F3
2#1818F2
3#0D0DDB
4#0B0BBC
5#09099D
6#07077D
7#05055E
8#04043F
9#02021F
Tints
Lighter variations
1#6767F6
2#7878F7
3#8989F8
4#9A9AF9
5#ABABFA
6#BCBCFB
7#CCCCFC
8#DDDDFD
9#EEEEFE
Tones
Muted variations
1#5E5EED
2#6666E5
3#6E6EDD
4#7676D5
5#7E7ECD
6#8686C6
7#8E8EBE
8#9696B6
9#9E9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C0 #C0C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9090 #9090F9 | BordersInactive statesPlaceholder text |
| 400 | 5656 #5656F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2626 #2626F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C0C #0C0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A0A #0A0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0707 #070778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0404 #04044D | Primary textHigh emphasis contentDark headings |
| 950 | 0303 #030330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FE;
--royal-blue-100: #DDDDFD;
--royal-blue-200: #C0C0FB;
--royal-blue-300: #9090F9;
--royal-blue-400: #5656F5;
--royal-blue-500: #2626F2;
--royal-blue-600: #0C0CD4;
--royal-blue-700: #0A0AA9;
--royal-blue-800: #070778;
--royal-blue-900: #04044D;
--royal-blue-950: #030330;
}